{"table_name":"completed_lesson","full_table_name":"wp_completed_lesson","description":"Stores completed lesson data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_completed_lesson ( `id` int(11) NOT NULL AUTO_INCREMENT, `userid` int(11) NULL, `postid` int(11) NULL, `videoid` int(11) NULL, `course_id` int(11) NULL,PRIMARY KEY (`id`) ) {$collate}\");","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"userid","type":"int(11)","nullable":true,"primary_key":false},{"name":"postid","type":"int(11)","nullable":true,"primary_key":false},{"name":"videoid","type":"int(11)","nullable":true,"primary_key":false},{"name":"course_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/"}}