{"table_name":"floatyfaq_categories","full_table_name":"wp_floatyfaq_categories","description":"Stores floatyfaq categories data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_floatyfaq_categories` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `description` text, `sort_order` int(11) NOT NULL DEFAULT 0, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `slug` (`slug`), KEY `sort_order` (`sort_order`) ) $charset \");","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"slug","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"description","type":"text","nullable":true,"primary_key":false},{"name":"sort_order","type":"int(11)","nullable":false,"primary_key":false},{"name":"created_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/"}}