Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_perform_goal_activity_id_seq'::regclass) |
|
|
|||||
| goal_id | int8 | 19 | null |
|
|
||||||
| user_id | int8 | 19 | √ | null |
|
|
|||||
| timestamp | int8 | 19 | null |
|
|
||||||
| activity_type | varchar | 100 | ''::character varying |
|
|
||||||
| activity_info | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_perfgoalacti_id_pk | Primary key | Asc | id |
| app_perfgoalacti_act_ix | Performance | Asc | activity_type |
| app_perfgoalacti_goa_ix | Performance | Asc | goal_id |
| app_perfgoalacti_tim_ix | Performance | Asc | timestamp |
| app_perfgoalacti_use_ix | Performance | Asc | user_id |

