Back to Schema

Database Tables

Connected

Database Overview

58
Total Tables
Online
Connection Status
canaccom
Database Name

Table: booking_hotel_taxes

0 rows

Structure

Field Type Null Key Default Extra
id int NO PRI NULL auto_increment
booking_hotel_id int NO MUL NULL
gst_enabled tinyint(1) YES 1
gst_rate decimal(5,2) YES 5.00
ab_tax_enabled tinyint(1) YES 1
ab_tax_rate decimal(5,2) YES 4.00
prt_enabled tinyint(1) YES 1
prt_rate decimal(5,2) YES 4.00
dmf_enabled tinyint(1) YES 1
dmf_rate decimal(5,2) YES 3.00
created_at timestamp YES CURRENT_TIMESTAMP DEFAULT_GENERATED
updated_at timestamp YES CURRENT_TIMESTAMP DEFAULT_GENERATED on update CURRENT_TIMESTAMP