Database Overview
58
Total Tables
Online
Connection Status
canaccom
Database Name
Available Tables
backup_restore_log
block_booking_emails
block_booking_files
block_booking_hotels
block_booking_rooms
block_bookings
booking_commissions
booking_communications
booking_documents
booking_emails
booking_files
booking_hotel_additional_costs
booking_hotel_amenities
booking_hotel_room_quantities
booking_hotel_room_types
booking_hotel_taxes
booking_hotels
booking_reminder_settings
booking_rooms
bookings
bookings_backup_2025_11_07_19_36_10
clients
communication_attachments
communication_templates
contact_change_history
contact_change_requests
contact_validation_rules
email_templates
event_facilities
event_files
events
file_storage_config
hotel_confirmations
hotel_images
hotels
invoice_emails
invoice_items
invoices
organizations
quote_request_emails
quote_request_hotels
quote_requests
room_guests
rooming_card_access_tokens
rooming_card_audit_log
rooming_cards
rooming_list_requests
stay_confirmation_files
stay_confirmation_rooms
survey_questions
survey_response_answers
survey_responses
survey_sends
surveys
team_card_profiles
team_emails
teams
users
Table: rooming_list_requests
9 rowsStructure
| Field | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int | NO | PRI | NULL | auto_increment |
| booking_id | int | NO | MUL | NULL | |
| recipient_email | varchar(255) | YES | NULL | ||
| token_hash | char(64) | NO | UNI | NULL | |
| expires_at | datetime | NO | MUL | NULL | |
| submitted_at | datetime | YES | NULL | ||
| created_at | timestamp | YES | CURRENT_TIMESTAMP | DEFAULT_GENERATED | |
| updated_at | timestamp | YES | CURRENT_TIMESTAMP | DEFAULT_GENERATED on update CURRENT_TIMESTAMP |
Sample Data (First 20 rows)
| id | booking_id | recipient_email | token_hash | expires_at | submitted_at | created_at | updated_at |
|---|---|---|---|---|---|---|---|
| 1 | 3 | [email protected] | fcfa10ce6ffae5aa35317410382ce4017d5a53cefe91e87f94e8d57b5c6446a4 | 2026-03-09 02:41:41 | NULL | 2026-03-08 19:24:15 | 2026-03-08 19:41:41 |
| 2 | 3 | [email protected] | 6d70209e58c469935456e175278fa9532b5629d107587d074d7d63fb9907b853 | 2026-03-09 02:50:31 | NULL | 2026-03-08 19:41:41 | 2026-03-08 19:50:31 |
| 3 | 3 | [email protected] | a8fb9bd79ca07d5d14b523779a19f01272a9690102912c47bfb47608ea7cb9dd | 2026-03-09 03:09:57 | NULL | 2026-03-08 19:50:32 | 2026-03-08 20:09:57 |
| 4 | 3 | [email protected] | e291cb36ceca3260420803e6b333d4f88cbeca90172f897b8ab8fd18a9883d3d | 2026-03-13 06:13:23 | NULL | 2026-03-08 20:09:57 | 2026-03-13 06:13:23 |
| 5 | 3 | [email protected] | 764d6e419d7f58528388ab9cf6d10305274669de86feacb7b9fd5b15e10dab2e | 2026-03-14 23:21:29 | NULL | 2026-03-13 06:13:23 | 2026-03-14 23:21:29 |
| 6 | 3 | [email protected] | e147b72c6ff920f061a094ced9e02e80ace2a18f3e0ef21ad74bbc0071866d24 | 2026-03-18 16:57:34 | NULL | 2026-03-14 23:21:29 | 2026-03-18 16:57:34 |
| 7 | 4 | [email protected] | 080a23c12bd4d67b0a0209b480114271b86c2f1e719ae56ccc289fa5363ea524 | 2026-03-22 23:42:37 | NULL | 2026-03-17 22:42:38 | 2026-03-17 22:42:38 |
| 8 | 3 | [email protected] | 33237cec74bc32771c7d3fd0c28f9b04a4c5a52555083f70d799b934121ab0b1 | 2026-03-18 17:21:07 | NULL | 2026-03-18 16:57:34 | 2026-03-18 17:21:07 |
| 9 | 3 | [email protected] | bd5fb33e8bed963346a3010d1f799683035ffcefb40e2f58198b384b01305f19 | 2026-03-23 18:21:07 | NULL | 2026-03-18 17:21:07 | 2026-03-18 17:21:07 |