主题:[讨论]有关BBS论坛数据库具体内容的设计
BBS的数据库设计应包括一下数据库:
1.tb_user 此表的列名:uName uPass head regTime gender
2.tb_board 此表的列名:boardId boardName parentId
3.tb_reply 此表的列名:replyId title content publishTime modifyTime uId topicId
4.tb_topic 此表的列名:topicId title content publishTime modifyTime uId boardId
1.tb_user 此表的列名:uName uPass head regTime gender
2.tb_board 此表的列名:boardId boardName parentId
3.tb_reply 此表的列名:replyId title content publishTime modifyTime uId topicId
4.tb_topic 此表的列名:topicId title content publishTime modifyTime uId boardId