Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_perform_goal_task_id_seq'::regclass) |
|
|
|||||
| goal_id | int8 | 19 | null |
|
|
||||||
| description | text | 2147483647 | √ | null |
|
|
|||||
| completed_at | int8 | 19 | √ | null |
|
|
|||||
| created_at | int8 | 19 | null |
|
|
||||||
| updated_at | int8 | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_perfgoaltask_id_pk | Primary key | Asc | id |
| app_perfgoaltask_goa_ix | Performance | Asc | goal_id |

