Posts by Luan Fonseca • 13 points
1 post
-
1
votes2
answers1305
viewsQ: How to store product lists of an order in a database table?
I have the following database modeling so far: I’m wondering how best to store the products in the order table. One string with Id of all products for each order in the table? I think very bad. What…