Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
edit_decision_id | BIGINT | 19 | √ | null |
|
|
||||
submission_id | BIGINT | 19 | null |
|
|
|||||
review_round_id | BIGINT | 19 | √ | NULL |
|
|
||||
stage_id | BIGINT | 19 | √ | NULL |
|
|
||||
round | SMALLINT | 5 | √ | NULL |
|
|
||||
editor_id | BIGINT | 19 | null |
|
|
|||||
decision | SMALLINT | 5 | null |
|
|
|||||
date_decided | DATETIME | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | edit_decision_id |
edit_decisions_editor_id | Performance | Asc | editor_id |
edit_decisions_review_round_id | Performance | Asc | review_round_id |
edit_decisions_submission_id | Performance | Asc | submission_id |