Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
identifier | VARCHAR | 191 | null |
|
|
||||||
active | BIT | 1 | null |
|
|
||||||
blocking | BIT | 1 | null |
|
|
||||||
check_configuration | VARCHAR | 191 | √ | NULL |
|
|
|||||
check_type | VARCHAR | 191 | √ | 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() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | identifier |
fk_check_automatic_type_rule | Performance | Asc | check_type |
fk_conf_configuration_check_rule | Performance | Asc | check_configuration |