This table holds the Marketplace seller language specific descriptions.
Column Descriptions:
| Name
|
Type
|
Description
|
| ORGENTITY_ID |
BIGINT NOT NULL |
Marketplace seller organization id |
| LANGUAGE_ID |
INTEGER NOT NULL |
Language id associated with the description |
| DISPLAYNAME |
VARCHAR(128) |
The marketplace seller's display name |
| DESCRIPTION |
VARCHAR(2048) |
The marketplace seller's description |
| OPTCOUNTER |
SMALLINT NOT NULL |
The optimistic concurrency control counter for the table. Every
time there is an update to the table, the counter is incremented.
|
Indexes:
| Name
|
Column Names
|
Type
|
| P_MPSELLERDESC |
ORGENTITY_ID + LANGUAGE_ID |
Primary Key |
Constrained By Parent Tables:
| Constraint
|
Columns
|
Parent Table
|
Parent Columns
|
Type
|
| F_MPSELLERDESC_ORGENTITY_ID |
ORGENTITY_ID |
ORGENTITY
|
ORGENTITY_ID |
Cascade |
| F_MPSELLERDESC_LANGUAGE_ID |
LANGUAGE_ID |
LANGUAGE
|
LANGUAGE_ID |
Cascade |