Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
staff_id | BIGINT UNSIGNED | 20 | null |
|
|
担当者ID |
||||
operation_type | enum('auto_suggestion', 'bulk_message', 'task_setting') | 15 | null |
|
|
種類 |
||||
operation_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 |
bulk_operation_histories_staff_id_foreign | Performance | Asc | staff_id |