文件名称:仇恨
文件大小:402KB
文件格式:ZIP
更新时间:2024-03-24 06:46:19
Ruby
讨厌DB设计 用户テーブル 柱子 类型 选项 电子邮件 细绳 null:假 密码 细绳 null:假 用户名 细绳 null:假 协会 has_many:消息 has_many:评论 has_many:likes,依赖::destroy has_many:like_messages,通过::likes,来源::message 消息テーブル 柱子 类型 选项 标题 文本 null:假 内容 文本 null:假 用户身份 整数 null:false,foreign_key:true 图像 细绳 category_id 整数 null:假 协会 当属:用户 has_many:评论 has_many:消息标签 has_many:tags,通过::messages_tags has_many:likes,依赖::destroy has_many:users,通过::likes 标签テーブル