wp_xfor_room_types

Static

Stores xfor room types data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idtinyint(4)NO
titlevarchar(250)YES
imagestextYES
areatinyint(4)YES
capacityvarchar(250)YES
desctextYES
comfort_listvarchar(250)YES
add_services_listvarchar(250)YES
shortcodevarchar(250)YES
capacity_descvarchar(250)YES
ThestandardYES
tastefullyfurnishedYES
HairdryerYES
1manYES
2manYES

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