Google News
logo
FuelPHP - Interview Questions
What is Skipping migrations in FuelPHP?
You can abort the migration process by having your up() or down() method return false. This can be useful if your migration has external dependencies, for example the existence of a table created in a different migration.
Advertisement