Table IWA_CaseCustomNumberField

Case Custom Number Fields

Columns

Primary Key Name Type Length Precision Can Be Null Default References Action Hints Comment
true CaseCustomNumberFieldId BIGINT false Identifies this custom field
false CaseId BIGINT false IWA_Case(CaseId) ON DELETE CASCADE Java Identifies the task this custom field belongs to
false Name VARCHAR 200 false The name of the custom field
false Value DECIMAL 30 10 false The value of the custom field

Constraints

Constraint Name Columns Hints Comment
UNIQUE IWA_CaseCstmNumberFldIdNmIdx CaseId , Name

Indexes

Name Columns Hints Comment
IWA_CaseCstmNumberFldNmValIdx Name , Value
IWA_CaseCstmNumberFld_CaseIdIndex CaseId

Cache

Object Strategy
IWA_CaseCustomNumberField ALL_REMOVE_UNUSED

Java

Object AsParent
CaseId true