Task Custom Text Fields
| Primary Key | Name | Type | Length | Precision | Can Be Null | Default | References | Action | Hints | Comment |
|---|---|---|---|---|---|---|---|---|---|---|
| true | TaskCustomTextFieldId | BIGINT | false | Identifies this custom field | ||||||
| false | TaskId | BIGINT | false | IWA_Task(TaskId) | 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 | CLOB | false | Java | The value of the custom field |
| Constraint | Name | Columns | Hints | Comment |
|---|---|---|---|---|
| UNIQUE | IWA_TaskCstmTextFldIdNmIdx | TaskId , Name |
| Name | Columns | Hints | Comment |
|---|---|---|---|
| IWA_TaskCstmTextFldNameIdx | Name | ||
| IWA_TaskCustomTextField_TaskIdIndex | TaskId |
| Object | Strategy |
|---|---|
| IWA_TaskCustomTextField | ALL_REMOVE_UNUSED |
| Object | AsParent | DataType |
|---|---|---|
| TaskId | true | |
| Value | String |