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

fixes issue #45, creates payment options table #76

Closed jordan-castelloe closed 6 years ago

jordan-castelloe commented 6 years ago

Description

This module should create a payment options table

Number of Fixes

Fixes #45

Steps to Test

  1. Run npm run db:generate
  2. Open db/api-sprint.sqlite in your database browser of choice

Expected Result

  1. You should see a Payment_Options table that corresponds to our ERD
DavidLarsKetch commented 6 years ago

Testing