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