staff_device_tokens

14 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT UNSIGNED 20 null
staff_id BIGINT UNSIGNED 20 null
staffs.id staff_device_tokens_staff_id_foreignR

担当者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

Relationships