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:
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:
- Id: unique identifier.
- Text: comment text.
- Date: comment creation date .
- Post_id: the blog post that the comment is associated with.
- Author: the name of the poster of the comment. This name is one that is defined by an anonymous user.
- Status: whether the post is active/inactive.
Labels: c# blog .net
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home