{"table_name":"fpm_subtasks","full_table_name":"wp_fpm_subtasks","description":"Stores fpm subtasks data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_fpm_subtasks` ( `ID` int(11) unsigned NOT NULL AUTO_INCREMENT, `subtask` text, `todoID` int(11) unsigned, `userID` int(11) unsigned, `is_complete` tinyint(1) NOT NULL DEFAULT '0', `created` datetime, PRIMARY KEY (`ID`) ) ENGINE","columns":[{"name":"ID","type":"int(11) unsigned","nullable":false,"primary_key":true},{"name":"subtask","type":"text","nullable":true,"primary_key":false},{"name":"todoID","type":"int(11) unsigned","nullable":true,"primary_key":false},{"name":"userID","type":"int(11) unsigned","nullable":true,"primary_key":false},{"name":"is_complete","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"created","type":"datetime","nullable":true,"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/"}}