Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | CHAR | 36 | null |
|
|
||||||
type | VARCHAR | 255 | null |
|
|
||||||
notifiable_type | VARCHAR | 255 | null |
|
|
||||||
notifiable_id | BIGINT UNSIGNED | 20 | null |
|
|
||||||
data | TEXT | 65535 | null |
|
|
||||||
read_at | TIMESTAMP | 19 | √ | null |
|
|
|||||
created_at | TIMESTAMP | 19 | √ | null |
|
|
|||||
updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
notifications_notifiable_type_notifiable_id_index | Performance | Asc/Asc | notifiable_type + notifiable_id |