Localized data of cases. E.g., name and description
|
Primary Key
|
Name
|
Type
|
Length
|
Precision
|
Can Be Null
|
Default
|
References
|
Action
|
Hints
|
Comment
|
|
true
|
CaseLocalizedId
|
BIGINT
|
|
|
false
|
|
|
|
|
|
|
false
|
CaseId
|
BIGINT
|
|
|
false
|
|
IWA_Case(CaseId)
|
ON DELETE CASCADE
|
Java
|
References the case 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 case
|
|
false
|
Description
|
CLOB
|
|
|
false
|
|
|
|
Java
|
The description of the case.
|