Create an Orders table (id, user_id, created, total_price, address, payment_method)
Payment method will simply record (Cash, Visa, MasterCard, Amex, etc) We will not be recording CC numbers or anything of that nature, this is just a sample and in real world projects you’d commonly use a third party payment processor
Create an Orders table (id, user_id, created, total_price, address, payment_method)