Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
store_customer_id | BIGINT UNSIGNED | 20 | null |
|
|
store_customer_id |
||||
event_type | enum('inquiry', 'visit', 'viewing', 'application', 'contract', 'payment') | 11 | null |
|
|
イベントタイプ |
||||
event_date | DATE | 10 | null |
|
|
日付 |
||||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
store_customer_event_dates_event_type_index | Performance | Asc | event_type |
store_customer_event_dates_store_customer_id_foreign | Performance | Asc | store_customer_id |