wp_xfor_room_types_images

Static

Stores xfor room types images data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idtinyint(4)NO
imagestextYES
type_idtinyint(4)YES
paramvarchar(20)YES
valuetextYES
HairdryerYES

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_xfor_room_types_images` ( `id` tinyint(4) NOT NULL AUTO_INCREMENT, `images` text DEFAULT NULL, `type_id` tinyint(4) DEFAULT NULL, PRIMARY KEY (`id`) ) $collate;", "CREATE TABLE IF NOT EXISTS `wp_xfor_settings` ( `id` tinyint(4) NOT NULL AUTO_INCREMENT, `param` varchar(20) DEFAULT NULL, `value` text DEFAULT NULL, PRIMARY KEY (`id`) ) $collate;", "INSERT INTO `wp_xfor_settings` (`param`, `value`) VALUES ('ROOM_STATUSES', 'Ready,Cleaning,Dirty'), ('BOOKING_STATUS', 'New,Confirmed,Arrived,Freed'), ('COMFORTS_LIST', 'Wifi,Conditioner,Refrigerator,Safe,Bathrobe,Hair dryer,Slippers,TV,Balcony'), ('SERVICES_LIST', 'Transfer, Massage, Dinner, Supper'), ('SETS_LIST', '1,1 + 1,1 + 2,1 + 3'), ('IMG_LARGE', 1000), ('IMG_SMALL', 100), ('IMG_MEDIUM', 500), ('CUR', '[[\"USD\",\"$\",\"1.00\"],[\"RUB\",\"₽\",\"38.00\"],[\"UAH\",\"₴\",\"28.00\"]]'), ('PROMO', '[[\"TEST1\", 10, 1]]');

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_images`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from Hotel Booking by Xfor