{"table_name":"cbt_learning_sessions","full_table_name":"wp_cbt_learning_sessions","description":"Stores session data for tracking user or visitor state.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_cbt_learning_sessions ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, course_id BIGINT UNSIGNED NOT NULL, title VARCHAR(255) NOT NULL, description LONGTEXT NULL, session_type VARCHAR(50) DEFAULT 'full', module_file VARCHAR(255) NULL, module_content LONGTEXT NULL, youtube_url TEXT NULL, live_class_url TEXT NULL, live_class_datetime DATETIME NULL, exam_id BIGINT UNSIGNED NULL, passing_grade INT DEFAULT 70, sort_order INT DEFAULT 0, drip_days INT DEFAULT 0, status VARCHAR(20) DEFAULT 'publish', created_at DATETIME DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id) ) $charset_collate;\"; dbDelta($sessions);","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"course_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"description","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"session_type","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"module_file","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"module_content","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"youtube_url","type":"TEXT","nullable":true,"primary_key":false},{"name":"live_class_url","type":"TEXT","nullable":true,"primary_key":false},{"name":"live_class_datetime","type":"DATETIME","nullable":true,"primary_key":false},{"name":"exam_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"passing_grade","type":"INT","nullable":true,"primary_key":false},{"name":"sort_order","type":"INT","nullable":true,"primary_key":false},{"name":"drip_days","type":"INT","nullable":true,"primary_key":false},{"name":"status","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"created_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/"}}