Create
Query
pilot.db
—
availability_exceptions
account_invites
accounts
applied_migrations
audit_log
availability
availability_exceptions
bookings
cards
invoices
magic_tokens
sessions
sqlite_sequence
students
trainer_settings
trainers
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into availability_exceptions
trainer_id
INTEGER NOT NULL
start_date
TEXT NOT NULL
end_date
TEXT NOT NULL
type
TEXT NOT NULL (default 'blocked')
note
TEXT
created_at
TIMESTAMP NOT NULL (default datetime('now'))
Insert
Cancel