Localized data of tasks. E.g., name and description
|
Primary Key
|
Name
|
Type
|
Length
|
Precision
|
Can Be Null
|
Default
|
References
|
Action
|
Hints
|
Comment
|
|
true
|
TaskLocalizedId
|
BIGINT
|
|
|
false
|
|
|
|
|
|
|
false
|
TaskId
|
BIGINT
|
|
|
false
|
|
IWA_Task(TaskId)
|
ON DELETE CASCADE
|
Java
|
References the task this name and description belongs to
|
|
false
|
LanguageId
|
BIGINT
|
|
|
false
|
|
IWA_Language(LanguageId)
|
|
|
References the language this name and description are in
|
|
false
|
Name
|
VARCHAR
|
200
|
|
false
|
|
|
|
Java
,
Oracle
|
The name of a task
|
|
false
|
Description
|
CLOB
|
|
|
false
|
|
|
|
Java
|
The description of the task.
|