Back to Schema

Database Tables

Connected

Database Overview

67
Total Tables
Online
Connection Status
canaccom
Database Name

Table: block_booking_hotels

0 rows

Structure

Field Type Null Key Default Extra
id int NO PRI NULL auto_increment
block_booking_id int NO NULL
hotel_id int NO NULL
hotel_name varchar(255) YES NULL
hotel_city varchar(100) YES NULL
hotel_address varchar(255) YES NULL
hotel_phone varchar(50) YES NULL
hotel_email varchar(255) YES NULL
commission_rate decimal(5,2) YES NULL
checkin_time varchar(20) YES NULL
checkout_time varchar(20) YES NULL
cancellation_deadline date YES NULL
notes text YES NULL
created_at datetime YES CURRENT_TIMESTAMP DEFAULT_GENERATED