How to create database of orders (user, date, total, payment, etc) with one-to-many relationship with database of OrderDetails (products, prices, quantities). Would this be two collections within same database?
How to create database of orders (user, date, total, payment, etc) with one-to-many relationship with database of OrderDetails (products, prices, quantities). Would this be two collections within same database?