Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_engage_resource_id_seq'::regclass) |
|
|
|||||
instanceid | int8 | 19 | √ | null |
|
|
|||||
name | varchar | 255 | √ | null |
|
|
|||||
resourcetype | varchar | 255 | ''::character varying |
|
|
||||||
userid | int8 | 19 | null |
|
|
||||||
access | int2 | 5 | null |
|
|
||||||
countusage | int8 | 19 | 0 |
|
|
||||||
extra | text | 2147483647 | √ | null |
|
|
|||||
timecreated | int8 | 19 | null |
|
|
||||||
timemodified | int8 | 19 | √ | null |
|
|
|||||
contextid | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_engareso_id_pk | Primary key | Asc | id |
app_engareso_acc_ix | Performance | Asc | access |
app_engareso_nam_ix | Performance | Asc | name |
app_engareso_res_ix | Performance | Asc | resourcetype |
app_engareso_tim_ix | Performance | Asc | timecreated |
app_engareso_use_ix | Performance | Asc | userid |