Database Overview
67
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
organization_card_authorization_tokens
organization_card_profiles
organizations
parent_registrations
public_registration_links
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
team_manager_devices
team_manager_login_tokens
team_managers
team_roster_members
team_roster_meta
teams
users
Table: rooming_card_access_tokens
3 rowsStructure
| Field | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int | NO | PRI | NULL | auto_increment |
| booking_id | int | NO | MUL | NULL | |
| recipient_email | varchar(320) | NO | NULL | ||
| token_hash | char(64) | NO | UNI | NULL | |
| pin_hash | char(64) | NO | NULL | ||
| expires_at | datetime | NO | MUL | NULL | |
| max_views | smallint unsigned | NO | 1 | ||
| view_count | smallint unsigned | NO | 0 | ||
| last_viewed_at | datetime | YES | NULL | ||
| revoked_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 | pin_hash | expires_at | max_views | view_count | last_viewed_at | revoked_at | created_at | updated_at |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 8 | [email protected] | d7c89a5e7b0a17f8d1c0278a10f879b1e6625dba0ea129a54744a05ab533c18f | 5ecf937d8e24e60af1fa7c0d33988b64dc1bd32524de171bd5826e336c9251f1 | 2026-06-27 09:50:57 | 2 | 0 | NULL | 2026-06-25 08:58:56 | 2026-06-25 08:50:57 | 2026-06-25 08:58:56 |
| 2 | 8 | [email protected] | 3cadde4140d608b0a86fce116ae54b2f46e65167e1790a92eb6e2d66bc6be0bd | 90f7531053d16f51fcf974e60c5155b8340d3941405bbbb92778d24cb77afd92 | 2026-06-27 09:58:56 | 2 | 0 | NULL | NULL | 2026-06-25 08:58:56 | 2026-06-25 08:58:56 |
| 3 | 9 | [email protected] | c885b451616798ff8dd6c2add611f74db54eb2481ee5eb81924dcdb1f7f30127 | 43c1a33f7f8a011616f04dc4222d989a361684a00788282896f9fcc20ea4a450 | 2026-06-27 12:40:57 | 2 | 1 | 2026-06-25 11:44:43 | 2026-06-25 11:44:43 | 2026-06-25 11:40:57 | 2026-06-25 11:44:43 |