HackYourFuture-CPH / fp-class19

MIT License
3 stars 1 forks source link

Databases: Create Favorites Table (Migrations) #28

Closed nataliasowa closed 2 years ago

nataliasowa commented 2 years ago

User story

Who: As a developer What: I want to create the FAVORITES table in the Database by using the implementation details. Why: so that I can add new FAVORITES relations.

Acceptance criteria

FAVORITES table has been created with all the required fields. Screenshot 2022-01-25 at 21 00 25

nataliasowa commented 2 years ago

Here is the PR: https://github.com/HackYourFuture-CPH/fp-class19/pull/29