HackYourFuture-CPH / fp-class12

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

Knex Migrations for Game_instances and Actual_answers #42

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 game_instances Table actual_answers

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)