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