Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_engage_share_id_seq'::regclass) |
|
|
||||
itemid | int8 | 19 | null |
|
|
|||||
component | varchar | 100 | ''::character varying |
|
|
|||||
contextid | int8 | 19 | null |
|
|
|||||
ownerid | int8 | 19 | null |
|
|
|||||
timecreated | int8 | 19 | null |
|
|
|||||
timemodified | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_engashar_id_pk | Primary key | Asc | id |
app_engashar_com_ix | Performance | Asc | component |
app_engashar_con_ix | Performance | Asc | contextid |
app_engashar_ite_ix | Performance | Asc | itemid |
app_engashar_itecom_uix | Must be unique | Asc/Asc | itemid + component |
app_engashar_own_ix | Performance | Asc | ownerid |
app_engashar_tim_ix | Performance | Asc | timecreated |