Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
Event In Cart Id |
|||
event_id | INT UNSIGNED | 10 | √ | null |
|
|
FK to Event ID |
|||
event_cart_id | INT UNSIGNED | 10 | √ | null |
|
|
FK to Event Cart ID |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_events_in_carts_event_cart_id | Performance | Asc | event_cart_id |
FK_civicrm_events_in_carts_event_id | Performance | Asc | event_id |