estimation_action_logs

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT UNSIGNED 20 null
estimation_id BIGINT UNSIGNED 20 null
estimations.id estimation_action_logs_estimation_id_foreignR

見積ID

staff_id BIGINT UNSIGNED 20 null
staffs.id estimation_action_logs_staff_id_foreignR

作成者ID

action enum('draft_save', 'entry', 'reject', 'approve', 'entry_cancel', 'send') 12 null

操作

comment VARCHAR 255 null

コメント

created_at TIMESTAMP 26 null
updated_at TIMESTAMP 26 null
deleted_at TIMESTAMP 26 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
estimation_action_logs_estimation_id_foreign Performance Asc estimation_id
estimation_action_logs_staff_id_foreign Performance Asc staff_id

Relationships