bookings


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id text 2147483647 null
room_id text 2147483647 null
deal_rooms.id bookings_room_id_fkey R
buyer_name text 2147483647 null
buyer_email text 2147483647 null
scheduled_at timestamptz 35,6 null
duration_minutes int4 10 30
status text 2147483647 'confirmed'::text
notes text 2147483647 null
created_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
bookings_pkey Primary key Asc id
idx_bookings_room Performance Asc room_id

Relationships