Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
message_id | BIGINT UNSIGNED | 20 | √ | null |
|
|
メッセージID |
|||
reserve_at | TIMESTAMP | 26 | √ | null |
|
|
送信予約日時 |
|||
is_complete | BIT | 1 | 0 |
|
|
完了フラグ |
||||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
||||
deleted_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
reserve_messages_message_id_foreign | Performance | Asc | message_id |