Posts by PKyoshi • 79 points
5 posts
-
3
votes1
answer89
viewsQ: Product Table Database (problem with product size)
Good morning before everything, let’s imagine that my products table would have the fields (product code, name, gender, price , size), by having the size field in this table would involve that by…
relational-modelasked PKyoshi 79 -
0
votes3
answers2160
viewsA: What is the logic of a shopping cart?
I think the best option would be to save the products to the database for example in a table cart ( pk code, product ... etc ) so you could associate this cart with a user for example Joaquim has…
-
0
votes1
answer54
viewsQ: PHP - website e-commerce, generate UUID for each shopping cart
Good morning, first of all, I’m trying to create a unique code for each shopping cart, which is the best way, I was thinking of using UUID, but I have no idea how to do it, if anyone knows a good…
-
4
votes1
answer78
viewsQ: Single ring value
I’ve seen several posts on the subject but it’s not exactly what I was looking for. A while ago when I was in internship, I was told to keep some records with a unique id on each one, and they told…
-
0
votes1
answer1610
viewsQ: Database for E-commerce site
Good morning before, some doubts arose when I was developing the database of my online sales site (only for lesson context...). It is the following, I have the products table, then I have the cart,…