bulk_operation_histories

38 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT UNSIGNED 20 null
bulk_operation_history_customer.bulk_operation_history_id bh_bhc_foreignR
staff_id BIGINT UNSIGNED 20 null
staffs.id bulk_operation_histories_staff_id_foreignR

担当者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

Relationships