Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| user_id | VARCHAR | 128 | √ | null |
|
|
|||||
| type | enum('system', 'event', 'game', 'store') | 6 | null |
|
|
||||||
| title | VARCHAR | 255 | null |
|
|
||||||
| body | TEXT | 65535 | null |
|
|
||||||
| image_url | VARCHAR | 512 | √ | null |
|
|
|||||
| link_url | VARCHAR | 512 | √ | null |
|
|
|||||
| is_read | BIT | 1 | 0 |
|
|
||||||
| created_at | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| fk_notifications_user_id | Performance | Asc | user_id |

