多对多关系 Subsonic 3 (SimpleRepository)
这是可能吗 ? 如果可能的话有人可以举例说明一个非常简单的例子吗?
我无法创建多对多关系。
谢谢
Is this at all possible ? If it is possible could someone ilustrate a very simple example?
I can't create a many to many relationship.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需使用数据库设计器即可完成此操作,并根据需要执行模型。 无法从迁移中生成关系。
Just use the DB designer for this and carry out your model as you need to. There is no way to generate the relationships from migrations.