Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
notification_id | BIGINT | 19 | √ | NULL |
|
|
||||
user_id | BIGINT | 19 | √ | NULL |
|
|
||||
is_read | BIT | 1 | √ | b'0' |
|
|
||||
created_at | DATETIME | 19 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
notification_id | Performance | Asc | notification_id |
notification_mapper_user | Performance | Asc | user_id |