wp_awebooking_pricing
VerifiedStores awebooking pricing data created by this plugin.
CREATE TABLE Statement
CREATE TABLE `wp_awebooking_pricing` (\n `rate_id` bigint unsigned NOT NULL DEFAULT '0',\n `year` smallint unsigned NOT NULL DEFAULT '0',\n `month` tinyint unsigned NOT NULL DEFAULT '0',\n `d1` bigint unsigned NOT NULL DEFAULT '0',\n `d2` bigint unsigned NOT NULL DEFAULT '0',\n `d3` bigint unsigned NOT NULL DEFAULT '0',\n `d4` bigint unsigned NOT NULL DEFAULT '0',\n `d5` bigint unsigned NOT NULL DEFAULT '0',\n `d6` bigint unsigned NOT NULL DEFAULT '0',\n `d7` bigint unsigned NOT NULL DEFAULT '0',\n `d8` bigint unsigned NOT NULL DEFAULT '0',\n `d9` bigint unsigned NOT NULL DEFAULT '0',\n `d10` bigint unsigned NOT NULL DEFAULT '0',\n `d11` bigint unsigned NOT NULL DEFAULT '0',\n `d12` bigint unsigned NOT NULL DEFAULT '0',\n `d13` bigint unsigned NOT NULL DEFAULT '0',\n `d14` bigint unsigned NOT NULL DEFAULT '0',\n `d15` bigint unsigned NOT NULL DEFAULT '0',\n `d16` bigint unsigned NOT NULL DEFAULT '0',\n `d17` bigint unsigned NOT NULL DEFAULT '0',\n `d18` bigint unsigned NOT NULL DEFAULT '0',\n `d19` bigint unsigned NOT NULL DEFAULT '0',\n `d20` bigint unsigned NOT NULL DEFAULT '0',\n `d21` bigint unsigned NOT NULL DEFAULT '0',\n `d22` bigint unsigned NOT NULL DEFAULT '0',\n `d23` bigint unsigned NOT NULL DEFAULT '0',\n `d24` bigint unsigned NOT NULL DEFAULT '0',\n `d25` bigint unsigned NOT NULL DEFAULT '0',\n `d26` bigint unsigned NOT NULL DEFAULT '0',\n `d27` bigint unsigned NOT NULL DEFAULT '0',\n `d28` bigint unsigned NOT NULL DEFAULT '0',\n `d29` bigint unsigned NOT NULL DEFAULT '0',\n `d30` bigint unsigned NOT NULL DEFAULT '0',\n `d31` bigint unsigned NOT NULL DEFAULT '0',\n PRIMARY KEY (`rate_id`,`year`,`month`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci
Safe to delete?
If you have uninstalled AweBooking – Hotel Booking System, 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_awebooking_pricing`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from AweBooking – Hotel Booking System