A quick description of e-commerce. creates products table schema which includes title, description, price, quantity and image
creates products table schema which includes title, description, price, quantity and image
creates orders table schema which includes quantity, price
and relation column product which you can get data from product table (You should get price and quantity directly from self columns)
and relation column owner which related to your user table
it creates orders column on users table automatically