Attribute | Key | Nullable | Description | DDL Type |
creoleRuleSetID | Yes | No | Unique ID of this database row. | SVR_INT64 |
name | | No | The name of this rule set. | SVR_STRING<255> |
ruleSetDefinition | | | The XML definition of this rule set. Allows NULLs in order to work with the LOB Manager. | SVR_BLOB |
ruleSetVersion | | | The number of revisions made to this live rule set. | SVR_INT32 |
migrationAction | | | A marker whilst this row is being created or removed as part of rule set migration. Outside of rule set migration the value will always be NULL. | SVR_STRING<10> |
descriptionID | | | The description of the rule set. This is localizable. | SVR_INT64 |
versionNo | | No | | SVR_INT32 |
|