Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为医生 chanelling 系统创建一个应用程序,我正在为它设计 ER 图。那么如何将日志记录详细信息添加到 er 图。我应该使用单独的实体进行日志记录还是在客户实体上添加日志记录详细信息作为属性?
最好添加一个新表/实体,因为您可能希望限定日志记录详细信息(例如按日期或按用户)。