project_field_change_approval


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
project_field_change_approver.approval_id FK_project_field_change_approver_approval R
field_id INT 10 null
project_field.id FK_project_field_change_field R
description VARCHAR 512 null
condition TEXT 65535 null
is_active BIT 1 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
FK_project_field_change_field_idx Performance Asc field_id

Relationships