cycle/schema
- Get information about schema usedcycle/schema/php [file]
- Export current schema as PHP filecycle/schema/clear
- Clear current schema cache
migrate/list
- Get migrations listmigrate/create <name>
- Create<name>
file with empty migrationmigrate/generate
- Generate migration file based on the diff between entity-annotation based schema and DB structuremigrate/up
- Apply all not yet applied migrationsmigrate/down
- Rollback last migration