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.
假设我有两个超类型,每个超类型的每个子类型都有关系。我可以在两个超类型之间建立关系吗?还是超类型和实体类型之间的关系?
是的你可以。在您的示例中,您可以轻松地将 user_id 和 company_id 包含在您的评论表中。能够做这种事情首先就是拥有一个超类型。