-
Notifications
You must be signed in to change notification settings - Fork 33
PHP database migration
alwex edited this page May 30, 2012
·
17 revisions
- Introduction
- Installation
2.1. Project initialisation
2.2. Customizing configuration
- Generating a migration script
- Migrating UP and DOWN
4.1 Migrating UP
4.2 Migrating DOWN
4.3 Force a unique migration
4.4 Make migrations transactional
- Migrations status
- Dealing with environements
PHP database migration is a small utility tool inspired by two great migration tool called MyBatis and Rails rake that allow to easyly maintain database schema without any effort.