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.
我有一个购物车表,它与我用来将用户的购物车详细信息保存到数据库的产品表有关。但我有一个问题,我怎样才能节省产品的数量?
我的意思是 298 的 2 倍(这是产品的 id)?
product_to_cart
+---------+------------+-----+ | cart_id | product_id | qty | +---------+------------+-----+ | x | x | x | ...
使用包含cart_id和的复合主键product_id?
cart_id
product_id