Deposit tracking
This commit is contained in:
@@ -208,6 +208,7 @@ CREATE TABLE bookings (
|
||||
start_time TIMESTAMPTZ NOT NULL,
|
||||
status booking_status NOT NULL DEFAULT 'pending',
|
||||
notes TEXT,
|
||||
deposit_required BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
|
||||
updated_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
|
||||
created_by CHAR(12)
|
||||
|
||||
Reference in New Issue
Block a user