1
I need to make a history of the user’s last (s) purchase(s) (these links will be shown in a table
).
Could you give me tips on how this history is usually saved? (don’t need to do it for me)
Normally a column is created and an array with numbers is saved inside it id
'or all products are saved id
's separated by commas? could you give me tips to implement this part?
will be shown to quantidade
, id_produto
, valor unitario do produro
it would be interesting to have some attempt of yours, for someone to help you. or it looks like do for me understand
– Otto
Neither. Could give more details than you want to log
– rray
I did the update, I don’t know if it’s clear
– carlos
Usually, if you save one id per line, it actually depends on the database you use
– Guilherme Lopes
Improved, if possible add the table structures related to this process. In addition to the product what information will? quantity? delivery address? etc
– rray