{"table_name":"completed_course","full_table_name":"wp_completed_course","description":"Stores completed course data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_completed_course ( `id` int(11) NOT NULL AUTO_INCREMENT, `courseid` varchar(250) NULL, `userid` varchar(250) NULL,PRIMARY KEY (`id`) ) {$collate}\");","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"courseid","type":"varchar(250)","nullable":true,"primary_key":false},{"name":"userid","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/"}}