Table for storing generic content
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| body | text | N/A | true | ||
| containerID | bigint | N/A | true | ||
| containerType | bigint | N/A | true | ||
| contentID | bigint | N/A | false | ||
| contentType | bigint | N/A | false | ||
| creationDate | bigint | N/A | true | ||
| modificationDate | bigint | N/A | true | ||
| status | int | N/A | true | ||
| subject | varchar | 255 | true | ||
| userID | bigint | N/A | true |