WebSphere Commerce database table: ORDCHGRSNDS
the order change reason code description for different languages.
Column Descriptions
Column Name
| Column Type
| Description
|
ORDCHGRSN_ID
| INTEGER NOT NULL
| The ID of the reason code for this description.
|
LANGUAGE_ID
| INTEGER NOT NULL
| The ID of the language used for the description.
|
DESCRIPTION
| VARCHAR(1024)
| Description of the reason in the language specified by LANGUAGE_ID.
|
OPTCOUNTER
| SMALLINT
| Reserved IBM Internal Use
|
Indexes
Index Name
| Indexed Column Names
| Index Type
|
SQL060903235219080
| ORDCHGRSN_ID+LANGUAGE_ID
| Primary Key
|
Constraints
Constraint Name
| Column Names
| Foreign Table Name
| Foreign Column Names
| Constraint Type
|
R_3457
| ORDCHGRSN_ID
| ORDCHGRSN
| ORDCHGRSN_ID
| Cascade
|