The table contains different model specification
mapping for each store. PVCMDLSPEC represents relationship among
records in the PVCDEVMDL and the PVCDEVSPEC database tables.
Column Descriptions:
| Name | Type | Description |
| MDLSPC_ID | INTEGER NOT NULL | Reference number (primary key is required by
Enterprise JavaBeans). |
| STOREENT_ID | INTEGER NOT NULL | Owner of the definition. A value of -1 means the
site default. |
| MODEL_ID | INTEGER NOT NULL | Reference number to uniquely identify the
model. |
| SPEC_ID | INTEGER NOT NULL | Reference number to uniquely identify the
specification. |
| OPTCOUNTER | SMALLINT | 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> | MDLSPC_ID | Primary Key |
| I0000196 | MODEL_ID+SPEC_ID+STOREENT_ID | Unique Index |
| I0000707 | STOREENT_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_636 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
| F_637 | MODEL_ID | PVCDEVMDL | MODEL_ID | Cascade |
| F_638 | SPEC_ID | PVCDEVSPEC | SPEC_ID | Cascade |