Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
Price Set Entity |
|||
entity_table | VARCHAR | 64 | null |
|
|
Table which uses this price set |
||||
entity_id | INT UNSIGNED | 10 | null |
|
|
Item in table |
||||
price_set_id | INT UNSIGNED | 10 | null |
|
|
price set being used |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_price_set_entity_price_set_id | Performance | Asc | price_set_id |
UI_entity | Must be unique | Asc/Asc | entity_table + entity_id |