Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
Cart Id |
|||||
user_id | INT UNSIGNED | 10 | √ | null |
|
|
FK to civicrm_contact who created this cart |
|||||
completed | TINYINT | 3 | √ | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_event_carts_user_id | Performance | Asc | user_id |