{"table_name":"floatyfaq_items","full_table_name":"wp_floatyfaq_items","description":"Stores floatyfaq items data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_floatyfaq_items` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `category_id` bigint(20) unsigned NOT NULL, `question` text NOT NULL, `answer` longtext NOT NULL, `url` varchar(500) DEFAULT NULL, `sort_order` int(11) NOT NULL DEFAULT 0, `views` int(11) NOT NULL DEFAULT 0, `active` tinyint(1) NOT NULL DEFAULT 1, `scheduled_start` datetime DEFAULT NULL, `scheduled_end` datetime DEFAULT NULL, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), KEY `category_id` (`category_id`), KEY `sort_order` (`sort_order`), KEY `active` (`active`), KEY `scheduled` (`scheduled_start`, `scheduled_end`) ) $charset \");","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"category_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"question","type":"text","nullable":false,"primary_key":false},{"name":"answer","type":"longtext","nullable":false,"primary_key":false},{"name":"url","type":"varchar(500)","nullable":true,"primary_key":false},{"name":"sort_order","type":"int(11)","nullable":false,"primary_key":false},{"name":"views","type":"int(11)","nullable":false,"primary_key":false},{"name":"active","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"scheduled_start","type":"datetime","nullable":true,"primary_key":false},{"name":"scheduled_end","type":"datetime","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"floatyfaq","name":"FloatyFAQ","active_installs":0,"version":"2.0.3","wp_org_url":"https://wordpress.org/plugins/floatyfaq/"}}