Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
message_id | BIGINT UNSIGNED | 20 | null |
|
|
メッセージID |
||||
channel_type | enum('email', 'sms', 'line', 'web') | 5 | null |
|
|
チャネル種別 |
||||
to | VARCHAR | 255 | null |
|
|
送信先 |
||||
relationship_type | VARCHAR | 30 | null |
|
|
関係 |
||||
status | enum('pending', 'sending', 'sent', 'fail', 'nondelivery') | 11 | pending |
|
|
送信ステータス |
||||
failure_reason | TEXT | 65535 | null |
|
|
失敗理由 |
||||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
message_destinations_message_id_foreign | Performance | Asc | message_id |