Column | Format | Description | Definition | Comments |
---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | |
co_announcement_channel_id | integer, foreign key | CO Announcement Channel ID | ||
title | varchar(256) | Announcement title | ||
body | text | Announcement body | ||
valid_from | datetime | CO Announcement will be published from this time | If null, published any time through valid_through | |
valid_through | datetime | CO Announcement will be published through (but not past) this time | If null, published any time from valid_from | |
poster_co_person_id | integer, foreign key | Poster CO Person ID | cm_co_people:id |
Overview
Content Tools