Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
identification_code_id | BIGINT | 19 | √ | null |
|
|
||||
publication_format_id | BIGINT | 19 | null |
|
|
|||||
code | VARCHAR | 40 | null |
|
|
|||||
value | VARCHAR | 255 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | identification_code_id |
identification_codes_key | Performance | Asc/Asc/Asc | identification_code_id + publication_format_id + code |
identification_codes_publication_format_id | Performance | Asc | publication_format_id |