Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('nomination_berth_id_seq'::regclass) |
|
|
||||
| nomination_id | bigserial | 19 | √ | nextval('nomination_berth_nomination_id_seq'::regclass) |
|
|
||||
| berth_id | bigserial | 19 | √ | nextval('nomination_berth_berth_id_seq'::regclass) |
|
|
||||
| berth_priority | int4 | 10 | 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) |
|---|---|---|---|
| nomination_berth_pkey | Primary key | Asc | id |
| nomination_berth_nomination_id_berth_id_berth_priority_idx | Performance | Asc/Asc/Asc | nomination_id + berth_id + berth_priority |
| uniq_nomination_berth | Must be unique | Asc/Asc | nomination_id + berth_id |

