chicken-sloths / bangazon-api-sprint1

API for a mock Amazon + Etsy platform providing developers access to the company's employee & product data
0 stars 0 forks source link

create order table #81

Closed kenziebottoms closed 6 years ago

kenziebottoms commented 6 years ago

Description

Add createOrderTable to npm run db:generate

Related Ticket(s)

fixes #46, fixes #66

Steps to Test Solution

  1. npm run db:generate
  2. There should now be an orders table.
DavidLarsKetch commented 6 years ago

Testing