-
Notifications
You must be signed in to change notification settings - Fork 4
Newsgroups
rlin0 edited this page Oct 5, 2020
·
8 revisions
In donut.sql
newsgroup_posts
Column | Type | Comments |
---|---|---|
newsgroup_post_id |
INT |
PK |
group_id |
INT |
References groups.group_id
|
subject |
TEXT |
email subject |
message |
TEXT |
email message |
post_as |
VARCHAR(32) |
email from: <group name> <position name> (<user's full name>) |
user_id |
INT |
References members.user_id
|
time_sent |
TIMESTAMP |