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.
这可能意味着您从数据库的一个通用模式开始,并将其分解为更具体的模式。
可以使用在模式上定义的 FK 约束来确定更具体的模式的良好选择,例如连接依赖项等。
你为什么需要它?我相信它对规范化和可管理性有很大帮助。