{"table_name":"fb_logs","full_table_name":"wp_fb_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_fb_logs (id int(10) NOT NULL AUTO_INCREMENT, page VARCHAR(80),article VARCHAR(200),lien VARCHAR(200),datex VARCHAR(20), PRIMARY KEY (id));","columns":[{"name":"id","type":"int(10)","nullable":false,"primary_key":true},{"name":"page","type":"VARCHAR(80)","nullable":true,"primary_key":false},{"name":"article","type":"VARCHAR(200)","nullable":true,"primary_key":false},{"name":"lien","type":"VARCHAR(200)","nullable":true,"primary_key":false},{"name":"datex","type":"VARCHAR(20)","nullable":true,"primary_key":false}],"plugin":{"slug":"auto-post-contents-for-facebook","name":"Social Media Auto Post and Scheduling contents","active_installs":10,"version":"1.1","wp_org_url":"https://wordpress.org/plugins/auto-post-contents-for-facebook/"}}