Back to Schema

Database Tables

Connected

Database Overview

58
Total Tables
Online
Connection Status
canaccom
Database Name

Table: booking_hotel_additional_costs

0 rows

Structure

Field Type Null Key Default Extra
id int NO PRI NULL auto_increment
booking_hotel_id int NO MUL NULL
pets_cost decimal(8,2) YES 0.00
cots_cost decimal(8,2) YES 0.00
equipment_cost decimal(8,2) YES 0.00
meeting_room_cost decimal(8,2) YES 0.00
custom_costs json YES NULL
created_at timestamp YES CURRENT_TIMESTAMP DEFAULT_GENERATED
updated_at timestamp YES CURRENT_TIMESTAMP DEFAULT_GENERATED on update CURRENT_TIMESTAMP