Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_engage_bookmark_id_seq'::regclass) |
|
|
||||
userid | int8 | 19 | null |
|
|
|||||
itemid | int8 | 19 | null |
|
|
|||||
component | varchar | 100 | ''::character varying |
|
|
|||||
timecreated | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_engabook_id_pk | Primary key | Asc | id |
app_engabook_tim_ix | Performance | Asc | timecreated |
app_engabook_use_ix | Performance | Asc | userid |
app_engabook_useitecom_uix | Must be unique | Asc/Asc/Asc | userid + itemid + component |