Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||
entity_table | VARCHAR | 64 | √ | null |
|
|
physical tablename for entity being joined to discount, e.g. civicrm_event |
|
entity_id1 | INT UNSIGNED | 10 | null |
|
|
FK to entity table specified in entity_table column. |
||
entity_id2 | INT UNSIGNED | 10 | √ | null |
|
|
FK to entity table specified in entity_table column. |
|
cachekey | VARCHAR | 255 | √ | null |
|
|
Unique path name for cache element of the searched item |
|
data | LONGTEXT | 2147483647 | √ | null |
|
|
cached snapshot of the serialized data |
|
is_selected | TINYINT | 3 | √ | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
index_all | Performance | Asc/Asc/Asc/Asc/Asc | cachekey + entity_id1 + entity_id2 + entity_table + is_selected |
Diagram producer might be missing
No diagrams were produced please see application output for any errors