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: users
2 rowsStructure
| Field | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int | NO | PRI | NULL | auto_increment |
| microsoft_entra_id | varchar(255) | YES | UNI | NULL | |
| varchar(255) | NO | UNI | NULL | ||
| display_name | varchar(255) | NO | NULL | ||
| given_name | varchar(100) | YES | NULL | ||
| surname | varchar(100) | YES | NULL | ||
| job_title | varchar(255) | YES | NULL | ||
| department | varchar(255) | YES | MUL | NULL | |
| office_location | varchar(255) | YES | NULL | ||
| mobile_phone | varchar(50) | YES | NULL | ||
| business_phone | varchar(50) | YES | NULL | ||
| employee_id | varchar(100) | YES | NULL | ||
| manager_id | varchar(255) | YES | NULL | ||
| account_enabled | tinyint(1) | YES | 1 | ||
| user_type | enum('member','guest') | YES | member | ||
| user_principal_name | varchar(255) | YES | NULL | ||
| mail_nickname | varchar(255) | YES | NULL | ||
| usage_location | varchar(10) | YES | NULL | ||
| preferred_language | varchar(10) | YES | en-US | ||
| timezone | varchar(100) | YES | UTC | ||
| profile_picture_url | varchar(500) | YES | NULL | ||
| role | enum('admin','manager','user','viewer') | YES | MUL | user | |
| permissions | json | YES | NULL | ||
| last_login_at | timestamp | YES | MUL | NULL | |
| last_login_ip | varchar(45) | YES | NULL | ||
| login_count | int | YES | 0 | ||
| is_active | tinyint(1) | YES | MUL | 1 | |
| 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 | microsoft_entra_id | display_name | given_name | surname | job_title | department | office_location | mobile_phone | business_phone | employee_id | manager_id | account_enabled | user_type | user_principal_name | mail_nickname | usage_location | preferred_language | timezone | profile_picture_url | role | permissions | last_login_at | last_login_ip | login_count | is_active | created_at | updated_at | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | admin-system | [email protected] | System Administrator | System | Administrator | System Administrator | IT | NULL | NULL | NULL | NULL | NULL | 1 | member | [email protected] | NULL | NULL | en-US | UTC | NULL | admin | NULL | NULL | NULL | 0 | 1 | 2025-07-26 23:20:08 | 2025-07-26 23:20:08 |
| 2 | 21065224-4202-4c3d-865c-b4add7548e86 | [email protected] | Jason Johnson | Jason | Johnson | NULL | NULL | NULL | NULL | NULL | NULL | NULL | 0 | member | [email protected] | NULL | NULL | en-US | UTC | images/profiles/68869660e2913_profile.jpg | admin | NULL | 2026-03-18 15:21:58 | 127.0.0.1 | 166 | 1 | 2025-07-27 08:18:58 | 2026-03-18 15:21:58 |