{"table_name":"fpm_projects","full_table_name":"wp_fpm_projects","description":"Stores fpm projects data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_fpm_projects` ( `ID` int(11) unsigned NOT NULL AUTO_INCREMENT, `project_title` varchar(300), `project_desc` text, `userID` int(11) unsigned, `created` datetime, `is_complete` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`) ) ENGINE","columns":[{"name":"ID","type":"int(11) unsigned","nullable":false,"primary_key":true},{"name":"project_title","type":"varchar(300)","nullable":true,"primary_key":false},{"name":"project_desc","type":"text","nullable":true,"primary_key":false},{"name":"userID","type":"int(11) unsigned","nullable":true,"primary_key":false},{"name":"created","type":"datetime","nullable":true,"primary_key":false},{"name":"is_complete","type":"tinyint(1)","nullable":false,"primary_key":false}],"plugin":{"slug":"awesome-project-manager","name":"Awesome Project Manager","active_installs":10,"version":"1.0.6","wp_org_url":"https://wordpress.org/plugins/awesome-project-manager/"}}