civicrm_events_in_carts

0 rows


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
civicrm_event.id FK_civicrm_events_in_carts_event_idC

FK to Event ID

event_cart_id INT UNSIGNED 10 null
civicrm_event_carts.id FK_civicrm_events_in_carts_event_cart_idC

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

Relationships