{"table_name":"gj_save_resums","full_table_name":"wp_gj_save_resums","description":"Stores gj save resums data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_gj_save_resums ( `ID` int(11) NOT NULL AUTO_INCREMENT, `post_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `Post ID` (`post_id`), KEY `User ID` (`user_id`) ) $collate;\"; dbDelta($sql);","columns":[{"name":"ID","type":"int(11)","nullable":false,"primary_key":true},{"name":"post_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"user_id","type":"int(11)","nullable":false,"primary_key":false}],"plugin":{"slug":"grand-job","name":"Grand Job","active_installs":10,"version":"1.2.1","wp_org_url":"https://wordpress.org/plugins/grand-job/"}}