TablePrimaryKeyColumns
Contains a list of column IDs for each table that have been identified as the primary key columns for those tables.
| Column Name | Type | Description |
|---|---|---|
| TableColumnDescriptor | VARCHAR | This is the descriptor of the primary key column. The descriptor consists of the table name and column name joined with a double underscore (__). |
| PhysicalRecordOwnerInstanceIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this Chronicles record. This is populated only if you use IntraConnect. |
| PrimaryKeyColumnLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| TableIdentifier | VARCHAR | The unique identifier (.1 item) for the table record. |
| CommunityLogicalOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |