wp_xfor_room_types
StaticStores xfor room types data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | tinyint(4) | NO |
| title | varchar(250) | YES |
| images | text | YES |
| area | tinyint(4) | YES |
| capacity | varchar(250) | YES |
| desc | text | YES |
| comfort_list | varchar(250) | YES |
| add_services_list | varchar(250) | YES |
| shortcode | varchar(250) | YES |
| capacity_desc | varchar(250) | YES |
| The | standard | YES |
| tastefully | furnished | YES |
| Hair | dryer | YES |
| 1 | man | YES |
| 2 | man | YES |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS `wp_xfor_room_types` ( `id` tinyint(4) NOT NULL AUTO_INCREMENT, `title` varchar(250) DEFAULT NULL, `images` text DEFAULT NULL, `area` tinyint(4) DEFAULT NULL, `capacity` varchar(250) DEFAULT NULL, `desc` text DEFAULT NULL, `comfort_list` varchar(250) DEFAULT NULL, `add_services_list` varchar(250) DEFAULT NULL, `shortcode` varchar(250) DEFAULT NULL, `capacity_desc` varchar(250) DEFAULT NULL, PRIMARY KEY (`id`) ) $collate;", "INSERT INTO `wp_xfor_room_types` (`title`, `images`, `area`, `capacity`, `desc`, `comfort_list`, `add_services_list`, `shortcode`, `capacity_desc`) VALUES ('Standart room', '', 32, '{\"1\":\"100\",\"1 + 1\":\"\",\"1 + 2\":\"160\",\"1 + 3\":\"180\"}', 'The standard double rooms with a double bed or twin beds are simple and functional, tastefully furnished. The rooms offer views of the quiet courtyard.', 'Wifi,Safe,Slippers,Bathrobe,Conditioner,TV,Balcony,Hair dryer,Refrigerator', 'Transfer,Massage,Dinner,Supper', 'STN', '1 man 2 add place'), ('De luxe suite', '', 64, '{\"1\":\"130\",\"1 + 1\":\"\",\"1 + 2\":\"\",\"1 + 3\":\"\"}', 'Description', 'Wifi,Slippers,Conditioner,TV,Refrigerator,Balcony', 'Transfer,Dinner', 'LUX', '2 man 2 add place');Safe to delete?
If you have uninstalled Hotel Booking by Xfor, this table is generally safe to remove. However, always back up your database first.
Note: Some plugins share tables or are dependencies of other plugins. Verify nothing else depends on this table before dropping it.
How to remove this table
DROP TABLE IF EXISTS `wp_xfor_room_types`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Hotel Booking by Xfor