order表和order_product 不是1对多吗?
来源:10-10 订单快照
chouTest
2020-01-13
七月老师order表中可以包含多个order_product我觉得没毛病 但是每个order_product不是只属于一个order订单的吗?难道还可以属于2个订单?毕竟order_id 是唯一的 order_product 是order和product中间表 应该都是1对多的关系 而不是多对多的关系。我这样子理解有问题吗?
写回答
1回答
-
7七月
2020-01-14
product可以属于多个order,一个order也可以包含多个product,这是多 对多
032020-01-16
相似问题