Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_block_positions_id_seq'::regclass) |
|
|
||||
blockinstanceid | int8 | 19 | null |
|
|
|||||
contextid | int8 | 19 | null |
|
|
|||||
pagetype | varchar | 64 | ''::character varying |
|
|
|||||
subpage | varchar | 16 | ''::character varying |
|
|
|||||
visible | int2 | 5 | null |
|
|
|||||
region | varchar | 16 | ''::character varying |
|
|
|||||
weight | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_blocposi_id_pk | Primary key | Asc | id |
app_blocposi_blo_ix | Performance | Asc | blockinstanceid |
app_blocposi_bloconpagsub_uix | Must be unique | Asc/Asc/Asc/Asc | blockinstanceid + contextid + pagetype + subpage |
app_blocposi_con_ix | Performance | Asc | contextid |