Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_block_instances_id_seq'::regclass) |
|
|
||||||
blockname | varchar | 40 | ''::character varying |
|
|
|||||||
parentcontextid | int8 | 19 | null |
|
|
|||||||
showinsubcontexts | int2 | 5 | null |
|
|
|||||||
requiredbytheme | int2 | 5 | 0 |
|
|
|||||||
pagetypepattern | varchar | 64 | ''::character varying |
|
|
|||||||
subpagepattern | varchar | 16 | √ | null |
|
|
||||||
defaultregion | varchar | 16 | ''::character varying |
|
|
|||||||
defaultweight | int8 | 19 | null |
|
|
|||||||
configdata | text | 2147483647 | √ | null |
|
|
||||||
common_config | text | 2147483647 | √ | null |
|
|
||||||
timecreated | int8 | 19 | null |
|
|
|||||||
timemodified | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_blocinst_id_pk | Primary key | Asc | id |
app_blocinst_blo_ix | Performance | Asc | blockname |
app_blocinst_par_ix | Performance | Asc | parentcontextid |
app_blocinst_parshopagsub_ix | Performance | Asc/Asc/Asc/Asc | parentcontextid + showinsubcontexts + pagetypepattern + subpagepattern |
app_blocinst_tim_ix | Performance | Asc | timemodified |