This table is part of the Content Version schema,
and alias in the Commerce base schema. This table contains the
content collection and version relation information
Column Descriptions:
Name | Type | Description |
CMVERSNCOLL_ID | BIGINT NOT NULL | Foreign key to CMVERSNCOLL table |
CMVERSNINFO_ID | BIGINT NOT NULL | Foreign key to CMVERSNINFO table |
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> | CMVERSNCOLL_ID+CMVERSNINFO_ID | Primary Key |
ICM_CMVERSNCOLLREL_0 | CMVERSNINFO_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
FCM_CMVERSNCOLLREL_0 | CMVERSNINFO_ID | CMVERSNINFO | CMVERSNINFO_ID | Cascade |
FCM_CMVERSNCOLLREL_1 | CMVERSNCOLL_ID | CMVERSNCOLL | CMVERSNCOLL_ID | Cascade |