Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
blockname | VARCHAR | 40 |
|
|
||||||
parentcontextid | BIGINT | 19 | null |
|
|
|||||
showinsubcontexts | SMALLINT | 5 | null |
|
|
|||||
requiredbytheme | SMALLINT | 5 | 0 |
|
|
|||||
pagetypepattern | VARCHAR | 64 |
|
|
||||||
subpagepattern | VARCHAR | 16 | √ | null |
|
|
||||
defaultregion | VARCHAR | 16 |
|
|
||||||
defaultweight | BIGINT | 19 | null |
|
|
|||||
configdata | LONGTEXT | 2147483647 | √ | null |
|
|
||||
timecreated | BIGINT | 19 | null |
|
|
|||||
timemodified | BIGINT | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
blocinst_par4_ix | Performance | Asc | parentcontextid |
blocinst_parshopagsub2_ix | Performance | Asc/Asc/Asc/Asc | parentcontextid + showinsubcontexts + pagetypepattern + subpagepattern |
blocinst_tim2_ix | Performance | Asc | timemodified |
block_instances_erd_block_name | Performance | Asc | blockname |