HackYourFuture-CPH / fp-class12

Treasure Hunt Game for children
MIT License
5 stars 3 forks source link

Knex Migrations for Users, Roles and User_Roles #41

Closed dpfernandes closed 4 years ago

dpfernandes commented 4 years ago

Create the Knex Migrations in order to create the DB schema for the following tables:

Table roles Table users Table user_roles

Check the data model and build the tables and relations here https://github.com/HackYourFuture-CPH/fp-class12#%EF%B8%8F-database-model-diagram

dpfernandes commented 4 years ago

Please check the new DB Diagram on the README file (changes made on PR https://github.com/HackYourFuture-CPH/fp-class12/pull/72)

ghofranebenhmaid commented 4 years ago

Ok