Skip to content

Instantly share code, notes, and snippets.

@iron-viper
Created August 12, 2015 09:15
Show Gist options
  • Save iron-viper/7af58dbc11989548778c to your computer and use it in GitHub Desktop.
Save iron-viper/7af58dbc11989548778c to your computer and use it in GitHub Desktop.
// Generate migration file
s doctrine:migrations:generate
// Применить миграцию up
s doctrine:migrations:execute YYYYMMDDHHMMSS --up
// Откатить миграцию down
s doctrine:migrations:execute YYYYMMDDHHMMSS --down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment