Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('berth_reservation_id_seq'::regclass) |
|
|
||||
berth_id | bigserial | 19 | √ | nextval('berth_reservation_berth_id_seq'::regclass) |
|
|
||||
berth_reservation_type_id | serial | 10 | √ | nextval('berth_reservation_berth_reservation_type_id_seq'::regclass) |
|
|
||||
reservation_start | timestamptz | 35,6 | null |
|
|
|||||
reservation_end | timestamptz | 35,6 | null |
|
|
|||||
slot_reservation_id | int8 | 19 | √ | null |
|
|
||||
created_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
created_by | int4 | 10 | null |
|
|
|||||
modified_at | timestamptz | 35,6 | CURRENT_DATE |
|
|
|||||
modified_by | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
berth_reservation_pkey | Primary key | Asc | id |
berth_reservation_berth_id_berth_reservation_type_id_reservatio | Performance | Asc/Asc/Asc/Asc/Asc | berth_id + berth_reservation_type_id + reservation_start + reservation_end + slot_reservation_id |