Jabes-Enock / the-best-quiz-codeigniter

A complete quiz where I can manage technologies, categories, questions and the quiz itself.
MIT License
0 stars 0 forks source link

Database migrations #1

Closed silv3r4u closed 4 hours ago

silv3r4u commented 5 hours ago

All databases migration are empty. Could you provide the sql dump, if you want, of course.

Jabes-Enock commented 4 hours ago

The dashboard and quiz features do not have a table, so they do not require migrations.

They are there because when I create controller and model resources I run the command < php spark make:scaffold > which creates controller, model and migrations automatically.

I ended up not documenting this. Sorry.

The project is working ok even with empty migrations in the dashboard and quiz resources.