{"table_name":"cbt_courses","full_table_name":"wp_cbt_courses","description":"Stores cbt courses data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_cbt_courses ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, title VARCHAR(255) NOT NULL, description LONGTEXT NULL, thumbnail VARCHAR(255) NULL, status VARCHAR(20) DEFAULT 'publish', created_at DATETIME DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id) ) $charset_collate;\"; dbDelta($courses);","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"title","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"description","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"thumbnail","type":"VARCHAR(255)","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/"}}