Who: As a developer of the website
What: I want to update the ORDERS and ORDERITEMS table with timestamps and constraints in the Database.
Why: so that I can support the functionality of adding orders from the website.
Acceptance criteria
ORDERS and ORDERITEM tables are created as per database design of the website
Implementation details
Create orders and orderitems schema in src/server/migrations using Knex.
User story
Who: As a developer of the website What: I want to update the ORDERS and ORDERITEMS table with timestamps and constraints in the Database. Why: so that I can support the functionality of adding orders from the website.
Acceptance criteria
ORDERS and ORDERITEM tables are created as per database design of the website
Implementation details
Create orders and orderitems schema in src/server/migrations using Knex.