{"table_name":"infocob_form_logs","full_table_name":"wp_infocob_form_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE infocob_form_logs ( id integer NOT NULL AUTO_INCREMENT, insertDate datetime DEFAULT CURRENT_TIMESTAMP NOT NULL, postId integer NOT NULL, subject varchar(255) NOT NULL, email varchar(255) NOT NULL, message text NOT NULL, logDetails text NOT NULL, emlFileName varchar(255) NOT NULL, api varchar(255) NOT NULL, PRIMARY KEY (id) ) $charset_collate;\"; dbDelta($sql);","columns":[{"name":"id","type":"integer","nullable":false,"primary_key":true},{"name":"insertDate","type":"datetime","nullable":false,"primary_key":false},{"name":"postId","type":"integer","nullable":false,"primary_key":false},{"name":"subject","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"email","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"message","type":"text","nullable":false,"primary_key":false},{"name":"logDetails","type":"text","nullable":false,"primary_key":false},{"name":"emlFileName","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"api","type":"varchar(255)","nullable":false,"primary_key":false}],"plugin":{"slug":"infocob-crm-forms","name":"Infocob CRM Forms","active_installs":100,"version":"2.6.5","wp_org_url":"https://wordpress.org/plugins/infocob-crm-forms/"}}