Table for bridged content messages
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| body | text | N/A | false | The body of the message | |
| bridgedContID | bigint | N/A | false | The id of the bridged content that this message belongs to | |
| bridgedContMsgID | bigint | N/A | false | The id of the bridged content message Primary key. | |
| creationDate | bigint | N/A | false | The date and time when this message was created | |
| orderIndex | int | N/A | false | The order to show the messages | |
| origContentID | bigint | N/A | false | The id of the original content represented by this message | |
| origContentType | bigint | N/A | false | The type of the original content represented by this message | |
| userID | bigint | N/A | false | The local user id of the federated remote author |