Sunday, July 09, 2006

C#Blog

The previous installment I created the table to hold the main data of the posts. The next step is to add some additional tables that we will need. The next step will be a comment table.

The comment table will contain:

  1. Id: unique identifier.
  2. Text: comment text.
  3. Date: comment creation date .
  4. Post_id: the blog post that the comment is associated with.
  5. Author: the name of the poster of the comment. This name is one that is defined by an anonymous user.
  6. Status: whether the post is active/inactive.

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home