{"table_name":"feedback_category","full_table_name":"wp_feedback_category","description":"Stores feedback category data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"create table if not exists wp_feedback_category( `id` int primary key auto_increment, `title` text) CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci \");","columns":[{"name":"id","type":"int","nullable":true,"primary_key":true},{"name":"title","type":"text","nullable":true,"primary_key":false}],"plugin":{"slug":"wiflydemofeedbackcomposer","name":"WiflyDemoFeedbackComposer","active_installs":0,"version":"1.0.3","wp_org_url":"https://wordpress.org/plugins/wiflydemofeedbackcomposer/"}}