{"table_name":"floatyfaq_analytics","full_table_name":"wp_floatyfaq_analytics","description":"Stores analytics or statistics data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_floatyfaq_analytics` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `faq_id` bigint(20) unsigned NOT NULL, `action_type` varchar(50) NOT NULL, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), KEY `faq_id` (`faq_id`), KEY `created_at` (`created_at`) ) $charset \");","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"faq_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"action_type","type":"varchar(50)","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/"}}