Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
publication_date_id | BIGINT | 19 | √ | null |
|
|
||||
publication_format_id | BIGINT | 19 | null |
|
|
|||||
role | VARCHAR | 40 | null |
|
|
|||||
date_format | VARCHAR | 40 | null |
|
|
|||||
date | VARCHAR | 255 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | publication_date_id |
format_publication_dates_pkey | Performance | Asc/Asc/Asc | publication_date_id + publication_format_id + role |
publication_dates_publication_format_id | Performance | Asc | publication_format_id |