{"table_name":"cbt_learning_progress","full_table_name":"wp_cbt_learning_progress","description":"Stores cbt learning progress data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_cbt_learning_progress ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, user_id BIGINT UNSIGNED NOT NULL, course_id BIGINT UNSIGNED NOT NULL, session_id BIGINT UNSIGNED NOT NULL, video_completed TINYINT(1) DEFAULT 0, module_completed TINYINT(1) DEFAULT 0, quiz_completed TINYINT(1) DEFAULT 0, score INT DEFAULT 0, status VARCHAR(20) DEFAULT 'locked', completed_at DATETIME NULL, PRIMARY KEY (id), UNIQUE KEY unique_user_session (user_id, session_id), KEY user_id (user_id), KEY course_id (course_id), KEY session_id (session_id) ) $charset_collate;\"; dbDelta($progress);","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"user_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"course_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"session_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"video_completed","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"module_completed","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"quiz_completed","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"score","type":"INT","nullable":true,"primary_key":false},{"name":"status","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"completed_at","type":"DATETIME","nullable":true,"primary_key":false}],"plugin":{"slug":"smitacs-cbt-ujian","name":"Smitacs CBT Ujian","active_installs":0,"version":"1.0.12","wp_org_url":"https://wordpress.org/plugins/smitacs-cbt-ujian/"}}