{"table_name":"xfor_rooms","full_table_name":"wp_xfor_rooms","description":"Stores xfor rooms data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_xfor_rooms` ( `id` tinyint(4) NOT NULL AUTO_INCREMENT, `name` varchar(250) DEFAULT NULL, `type_id` smallint(6) DEFAULT NULL, `status` tinyint(4) DEFAULT NULL, `cleaner` varchar(250) DEFAULT NULL, PRIMARY KEY (`id`) ) $collate;\", \"INSERT INTO `wp_xfor_rooms` (`name`, `type_id`, `status`, `cleaner`) VALUES (101, 1, 1, 'Ready'), (201, 2, 1, 'Cleaning'), (102, 1, 1, 'Dirty'), (103, 1, 1, 'Ready');","columns":[{"name":"id","type":"tinyint(4)","nullable":false,"primary_key":true},{"name":"name","type":"varchar(250)","nullable":true,"primary_key":false},{"name":"type_id","type":"smallint(6)","nullable":true,"primary_key":false},{"name":"status","type":"tinyint(4)","nullable":true,"primary_key":false},{"name":"cleaner","type":"varchar(250)","nullable":true,"primary_key":false}],"plugin":{"slug":"hotel-booking-by-xfor","name":"Hotel Booking by Xfor","active_installs":10,"version":"0.1.5","wp_org_url":"https://wordpress.org/plugins/hotel-booking-by-xfor/"}}