Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
review_round_id | BIGINT | 19 | √ | null |
|
|
||||||||
submission_id | BIGINT | 19 | null |
|
|
|||||||||
stage_id | BIGINT | 19 | √ | NULL |
|
|
||||||||
round | SMALLINT | 5 | null |
|
|
|||||||||
review_revision | BIGINT | 19 | √ | NULL |
|
|
||||||||
status | BIGINT | 19 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | review_round_id |
review_rounds_submission_id | Performance | Asc | submission_id |
review_rounds_submission_id_stage_id_round_pkey | Must be unique | Asc/Asc/Asc | submission_id + stage_id + round |