Table: pfts_priors |
Legend:
Primary key columns
Indexed columns
Column | Type | Size | Nulls | Auto | Default | References | Comments |
---|---|---|---|---|---|---|---|
pft_id | int8 | 19 | χ | χ | pfts.id | ||
prior_id | int8 | 19 | χ | χ | priors.id | ||
created_at | timestamp | 29,6 | √ | χ | utc_now() | ||
updated_at | timestamp | 29,6 | √ | χ | utc_now() | ||
id | bigserial | 19 | χ | √ | nextval('pfts_priors_id_seq'::regclass) |
Indexes:
Column(s) | Type | Sort | Constraint Name |
---|---|---|---|
pft_id + prior_id | Must be unique | Asc/Asc | index_pfts_priors_on_pft_id_and_prior_id |
![]() ![]() |