Table IWA_TaskCustomStringField

Task Custom String Fields

Columns

Primary Key Name Type Length Precision Can Be Null Default References Action Hints Comment
true TaskCustomStringFieldId 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 VARCHAR 2000 false The value of the custom field

Constraints

Constraint Name Columns Hints Comment
UNIQUE IWA_TaskCstmStringFldIdNmIdx TaskId , Name

Indexes

Name Columns Hints Comment
IWA_TaskCustomStringField_TaskIdIndex TaskId
IWA_TaskCstmStringFldNmValIdx Name , Value MySql

Cache

Object Strategy
IWA_TaskCustomStringField ALL_REMOVE_UNUSED

Java

Object AsParent
TaskId true

MySql

Object IndexColumnLength
IWA_TaskCstmStringFldNmValIdx 55,200