Column Name | Data Type | Description |
---|---|---|
table_no | smallint not null | Numeric identifier assigned to the table by the configuration process. |
column_name | char(256) not null | The name of the column. |
column_sequence | integer not null | Indicates the sequence of the column in the base table. If the column is not replicated, its sequence is 0 (zero). |
key_sequence | smallint not null with default | The order of the column in the unique key used for replication. If the value is 0, this column is not part of the key. |