Reserved for HCL internal use. The data and schema in the HCL Commerce database may
change depending on which HCL Commerce version is installed and which features are enabled.
The SITE table is used to record version information related to the HCL Commerce schema and
data. The information is used by various HCL Commerce utilities. Note: All records in the SITE
table should not be modified.
Column Descriptions:
Name | Type | Description |
DATABASEVENDOR | VARCHAR (32) | Reserved for HCL internal use. |
EDITION | VARCHAR (16) | Reserved for HCL internal use. |
VERSION | SMALLINT | Reserved for HCL internal use. |
RELEASE | SMALLINT | Reserved for HCL internal use. The RELEASE column
is not populated. |
MOD | SMALLINT | Reserved for HCL internal use. |
FIXPACK | SMALLINT | Reserved for HCL internal use. |
COMPNAME | VARCHAR (32) NOT NULL DEFAULT 'BASE' | Reserved for HCL internal use. The base name is BASE. |
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 |
I0001102 | COMPNAME | Unique Index |