Toacin / PizzaByte

1 stars 0 forks source link

Generate a users and orders migration and model #20

Closed Toacin closed 4 days ago

Toacin commented 4 days ago

It's time to start generating the two main models we need. Users and orders. These will help keep track of all the orders put in, and also associate all orders made while signed in to a specific user, so that a user can later see all the orders they made.