Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | CHAR | 36 | null |
|
|
|||||
| title | VARCHAR | 200 | null |
|
|
|||||
| body | TEXT | 65535 | null |
|
|
|||||
| target | VARCHAR | 30 | null |
|
|
all_users or specific_organizations |
||||
| status | VARCHAR | 20 | draft |
|
|
draft, scheduled, or published |
||||
| scheduled_at | BIGINT UNSIGNED | 20 | √ | null |
|
|
Unixタイムスタンプ(配信予定日時) |
|||
| published_at | BIGINT UNSIGNED | 20 | √ | null |
|
|
Unixタイムスタンプ(配信日時) |
|||
| created_at | BIGINT UNSIGNED | 20 | null |
|
|
|||||
| updated_at | BIGINT UNSIGNED | 20 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_scheduled_at | Performance | Asc | scheduled_at |
| idx_status | Performance | Asc | status |

