{"table_name":"gsplms_section_items","full_table_name":"wp_gsplms_section_items","description":"Stores gsplms section items data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_gsplms_section_items ( `section_item_id` int(11) NOT NULL AUTO_INCREMENT, `section_id` int(11) NOT NULL, `course_id` int(11) NULL, `item_id` int(11) NULL, `item_order` int(11) NULL, `item_type` varchar(250) NULL, PRIMARY KEY (`section_item_id`) ) {$collate}\");","columns":[{"name":"section_item_id","type":"int(11)","nullable":false,"primary_key":true},{"name":"section_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"course_id","type":"int(11)","nullable":true,"primary_key":false},{"name":"item_id","type":"int(11)","nullable":true,"primary_key":false},{"name":"item_order","type":"int(11)","nullable":true,"primary_key":false},{"name":"item_type","type":"varchar(250)","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/"}}