Table for bridged content
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| bridgedContID | bigint | N/A | false | The id of the bridged content Primary key. | |
| contentID | bigint | N/A | false | The id of the jive content related to this bridged content | |
| contentType | bigint | N/A | false | The type of the jive content related to this bridged conent | |
| origContentID | bigint | N/A | false | The id of the original content | |
| origContentType | bigint | N/A | false | The type id of the original content | |
| origSubject | varchar | 255 | false | The original subject of the original content | |
| origTags | varchar | 255 | false | The tags of the original content | |
| rootMessageID | bigint | N/A | false | The id of the root message | |
| url | varchar | 255 | false | The URL to the original content | |
| uuid | varchar | 128 | false | The uuid of remote instance |