Table for remote bridged content
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| bridgedContID | bigint | N/A | false | The id of the bridged content at the remote instance | |
| localContentID | bigint | N/A | false | The id of the local content that is bridged | |
| localContentType | bigint | N/A | false | The type id of the local content that is bridged | |
| rmtBridgedContID | bigint | N/A | false | The id of the remote bridged content Primary key. | |
| rmtContentID | bigint | N/A | false | The id of the content that is at the remote instance | |
| rmtContentType | bigint | N/A | false | The type content that that is at the remote instance | |
| url | varchar | 255 | false | The URL to the remote content | |
| uuid | varchar | 128 | false | The uuid of remote instance |