Quote:
Also, if this is a CMS system, are you considering an authentication mechanism? If so, you probably want Poster to be a foreign key to your auth table, and be of whatever is the simplest type that uniquely identifies users (sometimes an int ID type field).
Well, all the posts are going to be made by the "admin". I haven't thought much of having multiple "admin's" or "mods" or anything that would require permissions (thinking about it in the future). Basically, the CMS is just a quick way to put data / news on the web for whatever purpose. There won't be many "users" however, because all the users will be admins, and everyone else is just viewing what the admin did, w/o interaction. Like a blog.
Quote:
Another suggestion, not necessarily related to the DB, but maybe a link text field that will let you specify the text for the anchor tag separate from the URL.
What anchor tag? Sorry, but when you say anchor tag, I think of #whatever in the URL, and I don't see how that applies.