Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
|||||
| sponsorship_activity_id | INT UNSIGNED | 10 | null |
|
|
||||||
| sponsor_style_id | INT UNSIGNED | 10 | null |
|
|
||||||
| category | enum('money', 'goods') | 5 | money |
|
|
金銭/物品 |
|||||
| created_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| updated_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| sponsor_style_id | Performance | Asc | sponsor_style_id |
| sponsorship_activity_id | Performance | Asc | sponsorship_activity_id |

