{"table_name":"gsplms_quiz_questions","full_table_name":"wp_gsplms_quiz_questions","description":"Stores gsplms quiz questions data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_gsplms_quiz_questions ( `quiz_assesment_id` int(11) NOT NULL AUTO_INCREMENT, `quiz_id` int(11) NOT NULL, `question_id` int(11) NULL,PRIMARY KEY (`quiz_assesment_id`) ) {$collate}\");","columns":[{"name":"quiz_assesment_id","type":"int(11)","nullable":false,"primary_key":true},{"name":"quiz_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"question_id","type":"int(11)","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/"}}