This table describes all the store relationships
defined in the STRELTYP table.
Column Descriptions:
| Name | Type | Description |
| LANGUAGE_ID | INTEGER NOT NULL | The language of the description. |
| STRELTYP_ID | INTEGER NOT NULL | The store relationship type that is being
described. |
| DESCRIPTION | VARCHAR (254) | The description of the store relationship
type. |
| OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | 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 |
| <SYSTEM-GENERATED> | LANGUAGE_ID+STRELTYP_ID | Primary Key |
| I0000799 | STRELTYP_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_918 | STRELTYP_ID | STRELTYP | STRELTYP_ID | Cascade |
| F_920 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |