Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
series_id | BIGINT | 19 | √ | null |
|
|
||||||||||||
press_id | BIGINT | 19 | null |
|
|
|||||||||||||
review_form_id | BIGINT | 19 | √ | NULL |
|
|
||||||||||||
seq | DOUBLE | 8,2 | √ | 0.00 |
|
|
||||||||||||
featured | SMALLINT | 5 | 0 |
|
|
|||||||||||||
editor_restricted | SMALLINT | 5 | 0 |
|
|
|||||||||||||
path | VARCHAR | 255 | null |
|
|
|||||||||||||
image | TEXT | 65535 | √ | NULL |
|
|
||||||||||||
is_inactive | SMALLINT | 5 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | series_id |
series_path | Must be unique | Asc/Asc | press_id + path |
series_press_id | Performance | Asc | press_id |
series_review_form_id | Performance | Asc | review_form_id |