Back to Schema

Database Tables

Connected

Database Overview

67
Total Tables
Online
Connection Status
canaccom
Database Name

Table: block_booking_rooms

0 rows

Structure

Field Type Null Key Default Extra
id int NO PRI NULL auto_increment
block_booking_hotel_id int NO NULL
room_type varchar(50) NO NULL
custom_room_type varchar(255) YES NULL
stay_date date NO NULL
quantity_blocked int YES 0
rate_per_night decimal(10,2) YES 0.00
created_at datetime YES CURRENT_TIMESTAMP DEFAULT_GENERATED
room_category enum('team','parent') YES NULL