Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
staff_id | BIGINT UNSIGNED | 20 | null |
|
|
担当者ID |
||||
mail_notification | BIT | 1 | 1 |
|
|
メール通知有効フラグ |
||||
push_notification | BIT | 1 | 1 |
|
|
プッシュ通知有効フラグ |
||||
suggestion_form | JSON | 1073741824 | √ | null |
|
|
提案物件の検索条件 |
|||
sms_notification_custom | BIT | 1 | 0 |
|
|
|||||
sms_notification_custom_body | TEXT | 65535 | √ | null |
|
|
||||
message_read_condition | BIT | 1 | 0 |
|
|
false: メッセージ選択時に既読にする true: 手動で既読にする |
||||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
staff_settings_staff_id_foreign | Performance | Asc | staff_id |