berth

3 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('berth_id_seq'::regclass)
berth_reservation.berth_id berth_reservation_berth_id_fkeyR
nomination_berth.berth_id nomination_berth_berth_id_fkeyC
slot_reservation.berth_id slot_reservation_berth_id_fkeyR
code text 2147483647 null
name text 2147483647 null
nominatable bool 1 false
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_pkey Primary key Asc id
berth_name_code_nominatable_idx Performance Asc/Asc/Asc name + code + nominatable
index_lower_code Performance
index_lower_name Performance

Relationships