{"table_name":"cbs_cancellations","full_table_name":"wp_cbs_cancellations","description":"Stores cbs cancellations data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_cbs_cancellations` ( `cancellation_id` int(11) NOT NULL AUTO_INCREMENT, `course_id` int(11) NOT NULL, `date` date NOT NULL, `user_id` int(11) NOT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`cancellation_id`) ) ENGINE","columns":[{"name":"cancellation_id","type":"int(11)","nullable":false,"primary_key":true},{"name":"course_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"date","type":"date","nullable":false,"primary_key":false},{"name":"user_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"timestamp","type":"timestamp","nullable":false,"primary_key":false}],"plugin":{"slug":"course-booking-system","name":"Course Booking System","active_installs":100,"version":"7.0.4","wp_org_url":"https://wordpress.org/plugins/course-booking-system/"}}