Run and revert a database migration

Edit on GitHub

Database migration lets you update your database with the latest changes.

View the list of all the commands related to the migration process:

vendor/bin/propel list

Revert the database migration:

vendor/bin/propel migration:down --config-dir=src/Orm/Propel/STORE/Config/development