Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| distribution_id | INT UNSIGNED | 10 | null |
|
|
配信ID |
||||||
| organization_id | VARCHAR | 100 | null |
|
|
組織ID |
||||||
| sender_id | CHAR | 36 | null |
|
|
配信者ID |
||||||
| created_at | BIGINT UNSIGNED | 20 | unix_timestamp(now()) |
|
|
作成日 |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc/Asc | distribution_id + organization_id |
| assessment_distributions_organization_id_foreign | Performance | Asc | organization_id |



