search_histories

74 rows


Columns

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

担当者ID

search_type enum('customer') 8 null

検索種類

search_parameters JSON 1073741824 null

検索パラメーター

created_at TIMESTAMP 26 null
updated_at TIMESTAMP 26 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
search_histories_staff_id_foreign Performance Asc staff_id

Relationships