{"table_name":"cbt_course_enrollments","full_table_name":"wp_cbt_course_enrollments","description":"Stores cbt course enrollments data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_cbt_course_enrollments ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, user_id BIGINT UNSIGNED NOT NULL, course_id BIGINT UNSIGNED NOT NULL, enrolled_at DATETIME NOT NULL, status VARCHAR(20) DEFAULT 'active', PRIMARY KEY (id), UNIQUE KEY unique_enrollment (user_id, course_id), KEY user_id (user_id), KEY course_id (course_id) ) $charset_collate;\"; dbDelta($enrollments);","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":"enrolled_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(20)","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/"}}