Back to Schema

Database Tables

Connected

Database Overview

67
Total Tables
Online
Connection Status
canaccom
Database Name

Table: invoice_items

0 rows

Structure

Field Type Null Key Default Extra
id int NO PRI NULL auto_increment
invoice_id int NO MUL NULL
room_id int YES MUL NULL
item_description varchar(255) NO NULL
item_type enum('room_rate','commission','tax','discount','fee','additional_charge','other') NO MUL NULL
quantity decimal(8,2) NO 1.00
unit_price decimal(10,2) NO 0.00
total_price decimal(10,2) NO 0.00
notes text YES NULL
created_at timestamp YES CURRENT_TIMESTAMP DEFAULT_GENERATED