{"table_name":"importpost_history","full_table_name":"wp_importpost_history","description":"Stores importpost history data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_importpost_history ( id int(11) NOT NULL AUTO_INCREMENT, origin_title varchar(255) NOT NULL, origin_url varchar(255) NOT NULL, id_post int(11), code_post varchar(2), source_translate varchar(2), target_translate varchar(2), created_date DATETIME, updated_date DATETIME, status int(11) NOT NULL, PRIMARY KEY (id) ) ENGINE","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"origin_title","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"origin_url","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"id_post","type":"int(11)","nullable":true,"primary_key":false},{"name":"code_post","type":"varchar(2)","nullable":true,"primary_key":false},{"name":"source_translate","type":"varchar(2)","nullable":true,"primary_key":false},{"name":"target_translate","type":"varchar(2)","nullable":true,"primary_key":false},{"name":"created_date","type":"DATETIME","nullable":true,"primary_key":false},{"name":"updated_date","type":"DATETIME","nullable":true,"primary_key":false},{"name":"status","type":"int(11)","nullable":false,"primary_key":false}],"plugin":{"slug":"importyourpost","name":"Import Your Post","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/importyourpost/"}}