Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
staff_id | BIGINT UNSIGNED | 20 | null |
|
|
担当者ID |
||||
device | VARCHAR | 255 | null |
|
|
デバイス |
||||
token | VARCHAR | 255 | null |
|
|
トークン |
||||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
staff_device_tokens_staff_id_foreign | Performance | Asc | staff_id |