Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
name | VARCHAR | 255 | null |
|
|
お気に入り名称 |
||||
staff_id | BIGINT UNSIGNED | 20 | null |
|
|
担当者ID |
||||
search_type | enum('customer') | 8 | null |
|
|
検索種類 |
||||
search_parameters | JSON | 1073741824 | √ | null |
|
|
検索パラメーター |
|||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
search_favorites_staff_id_foreign | Performance | Asc | staff_id |