{"table_name":"gsplms_question_answers","full_table_name":"wp_gsplms_question_answers","description":"Stores gsplms question answers data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_gsplms_question_answers ( `question_answer_id` bigint(20) NOT NULL AUTO_INCREMENT, `question_id` bigint(20) NOT NULL, `answer_data` text NULL,PRIMARY KEY (`question_answer_id`) ) {$collate}\");","columns":[{"name":"question_answer_id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"question_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"answer_data","type":"text","nullable":true,"primary_key":false}],"plugin":{"slug":"quick-learn","name":"Quick Learn","active_installs":0,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/quick-learn/"}}