staff_notification_settings

160 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT UNSIGNED 20 null
staff_id BIGINT UNSIGNED 20 null
staffs.id staff_notification_settings_staff_id_foreignR

担当者ID

message_from_customer_notification enum('all', 'assigned', 'none') 8 all

メッセージ通知有効フラグ

task_assigned_notification enum('all', 'assigned', 'none') 8 all

タスク割り当て通知有効フラグ

task_changed_notification enum('all', 'assigned', 'none') 8 all

タスク変更通知有効フラグ

store_assigned_notification enum('all', 'assigned', 'none') 8 all

送客通知有効フラグ

created_at TIMESTAMP 26 null
updated_at TIMESTAMP 26 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
staff_notification_settings_staff_id_foreign Performance Asc staff_id

Relationships