5.6.39 InnoDB InnoDB mixed/mixed 1 1 latin1_swedish_ci utf8_general_ci latin1_swedish_ci latin1_swedish_ci latin1_swedish_ci utf8_general_ci latin1_swedish_ci latin1_swedish_ci armscii8 0 armscii8 1 ascii 0 ascii 1 big5 0 big5 1 binary 1 cp1250 0 cp1250 0 cp1250 0 cp1250 1 cp1250 0 cp1251 0 cp1251 0 cp1251 1 cp1251 0 cp1251 0 cp1256 0 cp1256 1 cp1257 0 cp1257 1 cp1257 0 cp850 0 cp850 1 cp852 0 cp852 1 cp866 0 cp866 1 cp932 0 cp932 1 dec8 0 dec8 1 eucjpms 0 eucjpms 1 euckr 0 euckr 1 gb2312 0 gb2312 1 gbk 0 gbk 1 geostd8 0 geostd8 1 greek 0 greek 1 hebrew 0 hebrew 1 hp8 0 hp8 1 keybcs2 0 keybcs2 1 koi8r 0 koi8r 1 koi8u 0 koi8u 1 latin1 0 latin1 0 latin1 0 latin1 0 latin1 0 latin1 0 latin1 0 latin1 1 latin2 0 latin2 0 latin2 0 latin2 1 latin2 0 latin5 0 latin5 1 latin7 0 latin7 0 latin7 1 latin7 0 macce 0 macce 1 macroman 0 macroman 1 sjis 0 sjis 1 swe7 0 swe7 1 tis620 0 tis620 1 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 1 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ucs2 0 ujis 0 ujis 1 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 1 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16 0 utf16le 0 utf16le 1 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 1 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf32 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 1 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 1 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8mb4 0 utf8_general_ci
utf8_general_ci
CREATE TABLE `booking_draft_items` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `booking_id` bigint(20) NOT NULL, `travel_program_id` int(11) NOT NULL, `travel_class_id` int(11) DEFAULT NULL, `draft_item_id` int(10) unsigned DEFAULT NULL, `draft_type_id` int(11) DEFAULT NULL, `request_date` date DEFAULT NULL, `days_start` tinyint(3) unsigned DEFAULT NULL, `days_duration` tinyint(3) unsigned DEFAULT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `service` text COLLATE utf8mb4_unicode_ci, `price_adult` decimal(8,2) DEFAULT NULL, `adult` tinyint(3) unsigned DEFAULT NULL, `price_children` decimal(8,2) DEFAULT NULL, `children` tinyint(3) unsigned DEFAULT NULL, `pos` tinyint(3) unsigned DEFAULT NULL, `in_pdf` tinyint(1) NOT NULL DEFAULT '1', `status` tinyint(1) NOT NULL DEFAULT '0', `comfort` tinyint(1) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `booking_draft_items_booking_id_index` (`booking_id`), KEY `booking_draft_items_travel_program_id_index` (`travel_program_id`), KEY `booking_draft_items_travel_class_id_index` (`travel_class_id`), KEY `booking_draft_items_draft_item_id_index` (`draft_item_id`), KEY `booking_draft_items_draft_type_id_index` (`draft_type_id`), CONSTRAINT `booking_draft_items_booking_id_foreign` FOREIGN KEY (`booking_id`) REFERENCES `booking` (`id`), CONSTRAINT `booking_draft_items_draft_item_id_foreign` FOREIGN KEY (`draft_item_id`) REFERENCES `draft_items` (`id`), CONSTRAINT `booking_draft_items_draft_type_id_foreign` FOREIGN KEY (`draft_type_id`) REFERENCES `draft_types` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8mb4_unicode_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8mb4_unicode_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8mb4_unicode_ci
utf8mb4_unicode_ci
utf8mb4_unicode_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8mb4_unicode_ci
utf8mb4_unicode_ci
utf8mb4_unicode_ci
utf8mb4_unicode_ci
utf8mb4_unicode_ci
utf8mb4_unicode_ci
utf8_general_ci
utf8_general_ci
utf8_unicode_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8_general_ci
utf8mb4_unicode_ci
utf8mb4_unicode_ci
utf8_general_ci
1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s normal 3 date|0s normal 4 date|0s normal 5 date|0s normal 6 varchar(80)|0s normal 7 text|0s normal 8 bigint(20)|0s normal 9 bigint(20)|0s normal 10 bigint(20)|0s 1 normal 11 tinyint(1)|0s 0 normal template_id btree booking_id btree 1 id 1 template_id cmssso_db1 arrangement_template id cascade booking_id cmssso_db1 booking id cascade 1 bigint(20)|0s 1 1 normal 2 varchar(130)|0s normal 1 id 1 1 bigint(20)|0s 1 1 normal 2 varchar(80)|0s 1 normal 3 bigint(20)|0s -19 normal 4 bigint(20)|0s 4 normal 5 tinyint(1)|0s 0 normal 6 bigint(20)|0s 1 normal arrangement_type_id btree 1 id 1 arrangement_type_id cmssso_db1 arrangement_type id cascade 1 bigint(20)|0s 1 1 normal 2 date|0s normal 3 bigint(20)|0s 1 normal 4 bigint(20)|0s normal 5 tinyint(1)|0s 0 normal 6 int(11)|0s 1 normal 7 bigint(20)|0s 1 normal 8 decimal(10,2 digit)|0s 0.00 normal 9 bigint(20)|0s normal 10 bigint(20)|0s normal 11 bigint(20)|0s normal 12 bigint(20)|0s normal 13 datetime|0s 1 normal 14 datetime|0s 1 normal 15 varchar(255)|0s normal 16 date|0s normal 17 date|0s normal 18 bigint(20)|0s normal 19 varchar(30)|0s normal 20 varchar(80)|0s normal 21 varchar(80)|0s normal 22 date|0s normal 23 bigint(20)|0s normal 24 varchar(255)|0s normal 25 varchar(255)|0s normal 26 varchar(255)|0s normal 27 bigint(20)|0s normal 28 tinyint(1)|0s 0 normal 29 decimal(10,2 digit)|0s normal 30 decimal(10,2 digit)|0s normal 31 decimal(10,2 digit)|0s normal 32 decimal(10,2 digit)|0s normal 33 date|0s normal 34 bigint(20)|0s normal customer_id btree lead_id btree sf_guard_user_id btree branch_id btree travel_country_id btree travel_category_id btree coupon_id btree travel_company_id btree travelagenda_id btree 1 id 1 customer_id cmssso_db1 customer id lead_id cmssso_db1 lead id sf_guard_user_id cmssso_db1 sf_guard_user id branch_id cmssso_db1 branch id travel_country_id cmssso_db1 travel_country id travel_category_id cmssso_db1 travel_category id coupon_id cmssso_db1 coupon id travel_company_id cmssso_db1 travel_company id travelagenda_id cmssso_db1 travel_agenda id 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s 1 normal 3 decimal(10,2 digit)|0s 1 0.00 normal 4 longblob|0s 1 normal 5 datetime|0s 1 normal 6 datetime|0s 1 normal booking_id btree 1 id 1 booking_id cmssso_db1 booking id cascade 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s 1 normal 3 decimal(10,2 digit)|0s 1 0.00 normal 4 decimal(10,2 digit)|0s 1 0.00 normal 5 decimal(10,2 digit)|0s 1 0.00 normal 6 date|0s normal 7 date|0s 1 normal 8 longblob|0s 1 normal 9 datetime|0s 1 normal 10 datetime|0s 1 normal booking_id btree 1 id 1 booking_id cmssso_db1 booking id cascade 1 int(10) unsigned|0s 1 1 normal 2 bigint(20)|0s 1 normal 3 int(11)|0s normal 4 int(11)|0s normal 5 int(11)|0s normal 6 int(10) unsigned|0s normal 7 int(11)|0s normal 8 date|0s normal 9 tinyint(3) unsigned|0s normal 10 tinyint(3) unsigned|0s normal 11 date|0s normal 12 date|0s normal 13 text|0s normal 14 decimal(8,2 digit)|0s normal 15 tinyint(3) unsigned|0s normal 16 decimal(8,2 digit)|0s normal 17 tinyint(3) unsigned|0s normal 18 decimal(8,2 digit)|0s normal 19 tinyint(3) unsigned|0s normal 20 tinyint(1)|0s 1 1 normal 21 tinyint(1)|0s 1 0 normal 22 tinyint(1)|0s 1 0 normal 23 timestamp|0s normal 24 timestamp|0s normal booking_id btree travel_program_id btree fewo_lodging_id btree travel_class_id btree draft_item_id btree draft_type_id btree 1 id 1 booking_id cmssso_db1 booking id cascade draft_type_id cmssso_db1 draft_types id 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s 1 normal 3 decimal(10,2 digit)|0s 1 0.00 normal 4 decimal(10,2 digit)|0s 1 0.00 normal 5 decimal(10,2 digit)|0s 1 0.00 normal 6 date|0s normal 7 date|0s 1 normal 8 longblob|0s 1 normal 9 datetime|0s 1 normal 10 datetime|0s 1 normal booking_id btree 1 id 1 booking_id cmssso_db1 booking id cascade 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s 1 normal 3 bigint(20)|0s 1 normal 4 decimal(10,2 digit)|0s 1 0.00 normal 5 decimal(10,2 digit)|0s 0.00 normal 6 decimal(10,2 digit)|0s 1 0.00 normal 7 date|0s 1 normal 8 datetime|0s 1 normal 9 datetime|0s 1 normal 10 varchar(255)|0s normal 11 tinyint(1)|0s 1 0 normal booking_id btree travel_company_id btree 1 id 1 booking_id cmssso_db1 booking id travel_company_id cmssso_db1 travel_company id 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s 1 normal 3 longblob|0s 1 normal 4 datetime|0s 1 normal 5 datetime|0s 1 normal booking_id btree 1 id 1 booking_id cmssso_db1 booking id cascade 1 bigint(20)|0s 1 1 normal 2 varchar(255)|0s 1 normal 1 id 1 1 int(10) unsigned|0s 1 1 normal 2 char(2)|0s 1 normal 3 varchar(6)|0s 1 normal 4 varchar(100)|0s 1 normal 5 varchar(100)|0s 1 normal 6 varchar(100)|0s 1 normal 7 varchar(100)|0s 1 normal 8 varchar(100)|0s 1 normal 9 varchar(100)|0s 1 normal code btree en btree de btree 1 id 1 1 bigint(20)|0s 1 1 normal 2 varchar(30)|0s normal 3 bigint(20)|0s 1 normal 4 bigint(20)|0s 1 normal 5 decimal(10,2 digit)|0s 1 0.00 normal 6 date|0s 1 normal 7 date|0s 1 normal 8 tinyint(1)|0s 1 0 normal 9 date|0s normal 10 datetime|0s 1 normal 11 datetime|0s 1 normal customer_id btree booking_id btree 1 id 1 customer_id cmssso_db1 customer id booking_id cmssso_db1 booking id 1 bigint(20)|0s 1 1 normal 2 varchar(255)|0s 1 normal 1 id 1 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s normal 3 varchar(80)|0s normal 4 varchar(80)|0s 1 normal 5 varchar(80)|0s normal 6 date|0s normal 7 varchar(80)|0s normal 8 varchar(80)|0s normal 9 varchar(80)|0s normal 10 varchar(80)|0s normal 11 varchar(80)|0s normal 12 varchar(80)|0s normal 13 varchar(80)|0s normal 14 varchar(80)|0s normal 15 varchar(80)|0s normal 16 varchar(80)|0s normal 17 varchar(80)|0s normal 18 varchar(80)|0s normal 19 bigint(20)|0s normal 20 varchar(80)|0s normal 21 date|0s normal 22 text|0s normal 23 text|0s normal 24 datetime|0s 1 normal 25 datetime|0s 1 normal 26 bigint(20)|0s normal salutation_id btree credit_card_type_id btree country_id btree 1 id 1 salutation_id cmssso_db1 salutation id credit_card_type_id cmssso_db1 credit_card_type id country_id cmssso_db1 travel_country id 1 int(10) unsigned|0s 1 1 normal 2 int(10)|0s 1 normal 3 int(10)|0s normal 4 tinyint(3) unsigned|0s normal 5 tinyint(3) unsigned|0s normal 6 text|0s normal 7 decimal(8,2 digit)|0s normal 8 tinyint(3) unsigned|0s normal 9 decimal(8,2 digit)|0s normal 10 tinyint(3) unsigned|0s normal 11 decimal(8,2 digit)|0s normal 12 tinyint(3) unsigned|0s normal 13 tinyint(1)|0s 1 1 normal 14 tinyint(1)|0s 1 1 normal 15 timestamp|0s normal 16 timestamp|0s normal draft_id btree draft_type_id btree 1 id 1 draft_id cmssso_db1 drafts id draft_type_id cmssso_db1 draft_types id 1 int(10)|0s 1 1 normal 2 varchar(191)|0s 1 normal 3 varchar(10)|0s normal 4 tinyint(1)|0s 1 1 normal 5 timestamp|0s normal 6 timestamp|0s normal 1 id 1 1 int(10)|0s 1 1 normal 2 varchar(191)|0s 1 normal 3 tinyint(1)|0s 1 1 normal 4 timestamp|0s normal 5 timestamp|0s normal 1 id 1 1 bigint(20)|0s 1 1 normal 2 varchar(255)|0s 1 normal 1 id 1 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s normal 3 bigint(20)|0s normal 4 tinyint(1)|0s 0 normal 5 date|0s normal 6 date|0s normal 7 bigint(20)|0s normal 8 varchar(80)|0s normal 9 text|0s normal 10 bigint(20)|0s normal lead_id btree template_id btree type_id btree 1 id 1 lead_id cmssso_db1 lead id cascade template_id cmssso_db1 inquiry_template id cascade type_id cmssso_db1 inquiry_type id 1 bigint(20)|0s 1 1 normal 2 varchar(130)|0s normal 1 id 1 1 bigint(20)|0s 1 1 normal 2 varchar(80)|0s 1 normal 3 bigint(20)|0s normal arrangement_type_id btree 1 id 1 arrangement_type_id cmssso_db1 arrangement_type id 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s 1 normal 3 bigint(20)|0s 1 normal 4 varchar(255)|0s 1 normal 5 longblob|0s 1 normal 6 datetime|0s 1 normal 7 datetime|0s 1 normal 8 text|0s normal booking_id btree 1 id 1 booking_id cmssso_db1 booking id cascade 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s 1 normal 3 date|0s 1 normal 4 date|0s normal 5 date|0s normal 6 bigint(20)|0s normal 7 bigint(20)|0s normal 8 bigint(20)|0s normal 9 text|0s normal 10 int(11)|0s 1 normal 11 tinyint(1)|0s 0 normal 12 bigint(20)|0s normal 13 bigint(20)|0s normal 14 varchar(80)|0s normal 15 bigint(20)|0s 1 normal 16 date|0s normal 17 bigint(20)|0s normal 18 bigint(20)|0s normal 19 datetime|0s 1 normal 20 datetime|0s 1 normal 21 decimal(10,2 digit)|0s normal 22 bigint(20)|0s normal 23 varchar(80)|0s normal 24 varchar(80)|0s normal 25 date|0s normal 26 bigint(20)|0s normal customer_id btree travelcountry_id btree travelagenda_id btree sf_guard_user_id btree initialcontacttype_id btree searchengine_id btree status_id btree website_id btree travelcategory_id btree participant_salutation_id btree 1 id 1 customer_id cmssso_db1 customer id travelcountry_id cmssso_db1 travel_country id travelagenda_id cmssso_db1 travel_agenda id sf_guard_user_id cmssso_db1 sf_guard_user id initialcontacttype_id cmssso_db1 initial_contact_type id searchengine_id cmssso_db1 searchengine id status_id cmssso_db1 status id website_id cmssso_db1 website id travelcategory_id cmssso_db1 travel_category id participant_salutation_id cmssso_db1 salutation id 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s normal 3 varchar(80)|0s normal 4 varchar(80)|0s normal 5 date|0s normal 6 bigint(20)|0s normal lead_id btree participant_salutation_id btree 1 id 1 lead_id cmssso_db1 lead id cascade participant_salutation_id cmssso_db1 salutation id 1 int(11)|0s 1 0 normal 2 int(11)|0s 1 0 normal system_message_id btree 1 sf_guard_user_id system_message_id 1 sf_guard_user_id cmssso_db1 sf_guard_user id cascade system_message_id cmssso_db1 system_message id cascade 1 int(11)|0s normal 1 int(10) unsigned|0s 1 1 normal 2 varchar(255)|0s 1 normal 3 int(11)|0s 1 normal 1 id 1 1 varchar(100)|0s 1 normal 2 int(11)|0s normal 3 int(11)|0s 1 normal 4 varchar(191)|0s normal 5 text|0s normal 6 tinyint(1)|0s 1 normal 7 timestamp|0s normal 8 timestamp|0s normal 9 datetime|0s normal user_id btree 1 id 1 1 varchar(100)|0s 1 normal 2 int(11)|0s 1 normal 3 int(11)|0s 1 normal 4 text|0s normal 5 tinyint(1)|0s 1 normal 6 datetime|0s normal 1 id 1 1 int(10) unsigned|0s 1 1 normal 2 int(11)|0s normal 3 varchar(191)|0s 1 normal 4 varchar(100)|0s 1 normal 5 text|0s 1 normal 6 tinyint(1)|0s 1 normal 7 tinyint(1)|0s 1 normal 8 tinyint(1)|0s 1 normal 9 timestamp|0s normal 10 timestamp|0s normal user_id btree 1 id 1 1 int(10) unsigned|0s 1 1 normal 2 int(11)|0s 1 normal 3 timestamp|0s normal 4 timestamp|0s normal client_id btree 1 id 1 1 varchar(100)|0s 1 normal 2 varchar(100)|0s 1 normal 3 tinyint(1)|0s 1 normal 4 datetime|0s normal access_token_id btree 1 id 1 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s 1 normal 3 decimal(10,2 digit)|0s 1 0.00 normal 4 longblob|0s 1 normal 5 datetime|0s 1 normal 6 datetime|0s 1 normal lead_id btree 1 id 1 lead_id cmssso_db1 lead id cascade 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s normal 3 varchar(80)|0s normal 4 varchar(80)|0s normal 5 date|0s normal 6 bigint(20)|0s normal 7 tinyint(1)|0s 0 normal booking_id btree participant_salutation_id btree 1 id 1 booking_id cmssso_db1 booking id cascade participant_salutation_id cmssso_db1 salutation id 1 varchar(255)|0s 1 normal 2 varchar(255)|0s 1 normal 3 timestamp|0s normal email btree 1 bigint(20)|0s 1 1 normal 2 varchar(255)|0s 1 normal 1 id 1 1 bigint(20)|0s 1 1 normal 2 varchar(255)|0s 1 normal 1 id 1 1 bigint(20)|0s 1 1 normal 2 varchar(255)|0s 1 normal 3 tinyint(1) unsigned|0s 0 normal 4 varchar(255)|0s normal type btree 1 id 1 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s 1 normal 3 bigint(20)|0s 1 normal 4 decimal(10,2 digit)|0s 1 normal 5 decimal(10,2 digit)|0s 0.00 normal 6 decimal(6,4 digit)|0s 1.0000 normal 7 date|0s normal 8 varchar(255)|0s normal 9 tinyint(1)|0s 0 normal 10 datetime|0s 1 normal 11 datetime|0s 1 normal 12 varchar(255)|0s normal booking_id btree service_provider_id btree type btree 1 id 1 booking_id cmssso_db1 booking id cascade service_provider_id cmssso_db1 service_provider id 1 int(11)|0s 1 1 normal 2 varchar(255)|0s normal 3 text|0s normal 4 datetime|0s 1 normal 5 datetime|0s 1 normal name 1 btree 1 id 1 name name 1 int(11)|0s 1 0 normal 2 int(11)|0s 1 0 normal 3 datetime|0s 1 normal 4 datetime|0s 1 normal permission_id btree 1 group_id permission_id 1 group_id cmssso_db1 sf_guard_group id cascade permission_id cmssso_db1 sf_guard_permission id cascade 1 int(11)|0s 1 1 normal 2 varchar(255)|0s normal 3 text|0s normal 4 datetime|0s 1 normal 5 datetime|0s 1 normal name 1 btree 1 id 1 name name 1 int(11)|0s 1 1 normal 2 int(11)|0s normal 3 varchar(32)|0s normal 4 varchar(50)|0s 1 '' normal 5 datetime|0s 1 normal 6 datetime|0s 1 normal user_id btree 1 id ip_address 1 user_id cmssso_db1 sf_guard_user id cascade 1 int(11)|0s 1 1 normal 2 int(10) unsigned|0s normal 3 varchar(128)|0s 1 normal 4 varchar(128)|0s 1 'sha1' normal 5 varchar(128)|0s normal 6 varchar(128)|0s normal 7 tinyint(1)|0s 1 normal 8 tinyint(1)|0s 0 normal 9 datetime|0s normal 10 varchar(255)|0s normal 11 varchar(255)|0s normal 12 varchar(255)|0s normal 13 varchar(255)|0s normal 14 bigint(20)|0s normal 15 varchar(128)|0s normal 16 varchar(128)|0s normal 17 varchar(128)|0s normal 18 datetime|0s normal 19 datetime|0s 1 normal 20 datetime|0s 1 normal username 1 btree is_active btree branch_id btree 1 id 1 username username branch_id cmssso_db1 branch id 1 int(11)|0s 1 0 normal 2 int(11)|0s 1 0 normal 3 datetime|0s 1 normal 4 datetime|0s 1 normal group_id btree 1 user_id group_id 1 user_id cmssso_db1 sf_guard_user id cascade group_id cmssso_db1 sf_guard_group id cascade 1 int(11)|0s 1 0 normal 2 int(11)|0s 1 0 normal 3 datetime|0s 1 normal 4 datetime|0s 1 normal permission_id btree 1 user_id permission_id 1 user_id cmssso_db1 sf_guard_user id cascade permission_id cmssso_db1 sf_guard_permission id cascade 1 bigint(20)|0s 1 1 normal 2 varchar(255)|0s 1 normal 3 bigint(20)|0s 1 normal 4 varchar(6)|0s normal 1 id 1 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s 1 normal 3 bigint(20)|0s 1 normal 4 int(11)|0s 1 normal 5 date|0s 1 normal 6 text|0s normal 7 date|0s 1 normal 8 datetime|0s 1 normal status_id btree lead_id btree sf_guard_user_id btree 1 id 1 status_id cmssso_db1 status id lead_id cmssso_db1 lead id sf_guard_user_id cmssso_db1 sf_guard_user id 1 int(11)|0s 1 1 normal 2 varchar(255)|0s 1 normal 3 text|0s 1 normal 4 datetime|0s 1 normal 5 datetime|0s 1 normal 6 bigint(20)|0s 1 normal 7 tinyint(1)|0s 1 normal 8 tinyint(1)|0s 1 normal 1 id 1 1 bigint(20)|0s 1 1 normal 2 varchar(255)|0s 1 normal 3 bigint(20)|0s normal 4 tinyint(1)|0s 1 normal travelcountry_id btree 1 id 1 travelcountry_id cmssso_db1 travel_country id 1 bigint(20)|0s 1 1 normal 2 varchar(255)|0s 1 normal 1 id 1 1 bigint(20)|0s 1 1 normal 2 varchar(255)|0s 1 normal 3 decimal(6,2 digit)|0s normal 4 tinyint(1)|0s 0 normal 5 tinyint(1)|0s 0 normal 1 id 1 1 bigint(20)|0s 1 1 normal 2 varchar(255)|0s 1 normal 3 tinyint(1)|0s 0 normal 4 tinyint(1)|0s 0 normal 1 id 1 1 bigint(20)|0s 1 1 normal 2 bigint(20)|0s 1 normal 3 varchar(10)|0s 1 normal 4 varchar(255)|0s 1 normal 5 varchar(255)|0s 1 normal 6 varchar(255)|0s 1 normal 7 decimal(10,2 digit)|0s 1 normal 8 text|0s normal 9 datetime|0s 1 normal 10 datetime|0s 1 normal booking_id btree booking_id btree 1 id 1 booking_id cmssso_db1 booking id cascade 1 int(10) unsigned|0s 1 normal 2 varchar(191)|0s 1 normal 3 varchar(191)|0s 1 normal 4 timestamp|0s 1 CURRENT_TIMESTAMP normal CURRENT_TIMESTAMP email 1 btree token btree email user_update_emails_email_unique 1 int(10) unsigned|0s 1 1 normal 2 varchar(191)|0s 1 normal 3 varchar(191)|0s 1 normal 4 varchar(191)|0s 1 normal 5 varchar(100)|0s normal 6 tinyint(1) unsigned|0s 0 normal 7 varchar(30)|0s normal 8 timestamp|0s normal 9 datetime|0s normal 10 tinyint(1) unsigned|0s 0 normal 11 tinyint(1) unsigned|0s 0 normal 12 timestamp|0s normal 13 timestamp|0s normal 14 tinyint(1) unsigned|0s 0 normal 15 varchar(128)|0s normal 16 char(2)|0s normal 17 timestamp|0s normal 18 timestamp|0s normal 19 timestamp|0s normal 20 timestamp|0s normal email 1 btree 1 id 1 email users_email_unique 1 bigint(20)|0s 1 1 normal 2 varchar(255)|0s 1 normal 1 id 1