I have a simple question. I want to start using CodeIgniter migrations. But there is no migrations.php file in my config folder, like it says in the documentation. Also, do I need to manually create the migrations folder at the application folder level?
I have a simple question. I want to start using CodeIgniter migrations. But there
Share
It’s odd that your
application/config/migration.phpfile wasn’t included in the download, however… Even though the config file isn’t there, the migration library will (or should) still be in your CodeIgnitersystem/librariesfolder.There are three config variables as part of the default
migration.phpconfig file: