Skip to content

chaozheng/phalcon-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Phalcon Migration

migrations for phalcon

Usage: Generate a Migrate

 php migrate --install

Usage: Run a Migrate

 php migrate --run

Options:

  --run Execute the migration

 --create ? Generate a Migrate File,ex: php migrate --create users

 --update ? Generate a Migrate File,ex: php migrate --update users

 --delete ? Generate a Migrate File,ex: php migrate --delete users

 --install Create the migration repository

 --help or -h Display this help message

Releases

No releases published

Packages

No packages published