check_automatic_type


Columns

Column Type Size Nulls Auto Default Children Parents Comments
identifier VARCHAR 191 null
check_automatic_result.check_type fk_check_automatic_result_check R
conf_automatic_check_rule.check_type fk_check_automatic_type_rule R
label VARCHAR 255 null
type VARCHAR 255 null
active BIT 1 null
version BIGINT 19 null
created_by VARCHAR 191 'system'
last_modified_by VARCHAR 191 'system'
created_date TIMESTAMP 19 current_timestamp()
last_modified_date TIMESTAMP 19 current_timestamp()
configurable BIT 1 b'1'
order INT 10 NULL

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc identifier

Relationships