Case Custom String Field
| Primary Key | Name | Type | Length | Precision | Can Be Null | Default | References | Action | Hints | Comment |
|---|---|---|---|---|---|---|---|---|---|---|
| true | CaseCustomStringFieldId | BIGINT | false | Identifies this custom field | ||||||
| false | CaseId | BIGINT | false | IWA_Case(CaseId) | ON DELETE SET NULL | Java | Identifies the task this custom field belongs to | |||
| false | Name | VARCHAR | 200 | false | The name of the custom field | |||||
| false | Value | VARCHAR | 2000 | false | The value of the custom field |
| Constraint | Name | Columns | Hints | Comment |
|---|---|---|---|---|
| UNIQUE | IWA_CaseCstmStringFldIdNmIdx | CaseId , Name |
| Name | Columns | Hints | Comment |
|---|---|---|---|
| IWA_CaseCstmStringFld_CaseIdIndex | CaseId | ||
| IWA_CaseCstmStringFldNmValIdx | Name , Value | MySql |
| Object | Strategy |
|---|---|
| IWA_CaseCustomStringField | ALL_REMOVE_UNUSED |
| Object | AsParent |
|---|---|
| CaseId | true |
| Object | IndexColumnLength |
|---|---|
| IWA_CaseCstmStringFldNmValIdx | 55,200 |