Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_goal_personal_id_seq'::regclass) |
|
|
||||||
userid | int8 | 19 | null |
|
|
|||||||
name | varchar | 1024 | √ | null |
|
|
||||||
description | text | 2147483647 | √ | null |
|
|
||||||
targetdate | int8 | 19 | 0 |
|
|
|||||||
scaleid | int8 | 19 | √ | null |
|
|
||||||
scalevalueid | int8 | 19 | √ | null |
|
|
||||||
assigntype | int2 | 5 | null |
|
|
|||||||
timecreated | int8 | 19 | null |
|
|
|||||||
usercreated | int8 | 19 | null |
|
|
|||||||
timemodified | int8 | 19 | null |
|
|
|||||||
usermodified | int8 | 19 | null |
|
|
|||||||
deleted | int2 | 5 | 0 |
|
|
|||||||
typeid | int8 | 19 | √ | 0 |
|
|
||||||
visible | int2 | 5 | 1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_goalpers_id_pk | Primary key | Asc | id |
app_goalpers_sca2_ix | Performance | Asc | scalevalueid |
app_goalpers_sca_ix | Performance | Asc | scaleid |
app_goalpers_typ_ix | Performance | Asc | typeid |
app_goalpers_use_ix | Performance | Asc | userid |