estimation_approvals

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_approvals_estimation_id_foreignR

見積もりID

staff_id BIGINT UNSIGNED 20 null
staffs.id estimation_approvals_staff_id_foreignR

作成者ID

status enum('draft', 'review', 'rejected', 'approved', 'sent') 8 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_approvals_estimation_id_foreign Performance Asc estimation_id
estimation_approvals_staff_id_foreign Performance Asc staff_id

Relationships