The stage configuration table for all tables
containing both merchant and site information.
Column Descriptions:
| Name | Type | Description |
| TABNBR | INTEGER NOT NULL | The reference number of the table. The parent
table must have a lower reference number than any child table. |
| TABNAME | CHAR (30) | The table name. |
| COLNAME | CHAR (30) | The name for the column used to identify if the
row is site or merchant related. |
| 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> | TABNBR | Primary Key |