用于聊天的数据库架构?
我需要将聊天对话存储在数据库模式中。我使用该数据库的方式是在网站上发布聊天内容。每次聊天不会超过 20 条左右的回复。有人可以为此建议一个架构吗?
I need to store chat conversations in a database schema. The way I would use this database is I would post chats on a website. Each chat would not be more than about 20 responses. Can someone please suggest a schema for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
下面开始使用 MySQL Workbench
和创建脚本
欢迎您从 我的保管箱。
Here's a start using MySQL Workbench
and the create script
And you are welcome to download the MWB file from my dropbox.
对话 has_may 线路
线路属于_用户,有内容和内容时间
Conversation has_may Lines
Line belongs_to User, has content & time