{"table_name":"last_done","full_table_name":"wp_last_done","description":"Stores last done data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_last_done (id int(10) NOT NULL AUTO_INCREMENT, id_last_post_done int(10), PRIMARY KEY (id));","columns":[{"name":"id","type":"int(10)","nullable":false,"primary_key":true},{"name":"id_last_post_done","type":"int(10)","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/"}}