Container table for announcement data
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| announcementID | bigint | N/A | false | Announcement ID. Primary key. | |
| body | text | N/A | false | true | The body of the announcement. |
| endDate | bigint | N/A | true | End date. | |
| objectID | bigint | N/A | true | Object ID the announcement is associated with. | |
| objectType | int | N/A | false | Object type associated with the announcement. | |
| startDate | bigint | N/A | false | Start date. | |
| status | int | N/A | false | The published status of the announcement. | |
| subject | varchar | 255 | false | true | The subject of the announcement. |
| userID | bigint | N/A | false | User who created the announcement. |