HackYourFuture-CPH / fp-class12

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

Knex Migrations for Questions, Answer_choices, Game_factory, Themes and Maps #43

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:

questions answer_choices game_factory themes maps

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)