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

Creates Employee_Computers join table, fixes issue #51 #85

Closed jordan-castelloe closed 6 years ago

jordan-castelloe commented 6 years ago

Description

This module should create the Employee_Computers join table

Related Ticket(s)

Issue #51

Steps to Test Solution

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

Expected Behavior

You should see a Employee_Computers join table with employee ids, computer ids, and the start adn end dates of the employee/computer relationship