Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
report_id | int8 | 19 | null |
|
|
||||||
position | int4 | 10 | null |
|
|
||||||
challenge | text | 2147483647 | null |
|
|
||||||
mitigation_plan | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
report_challenges_pkey | Primary key | Asc/Asc | report_id + position |
Check Constraints
Constraint Name | Constraint |
---|---|
report_challenges_position_check | ("position" >= 0) |