Skip to content

armonia-tech/phalcon-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

This is Armonia Tech project.

This project extend from phalcon-devtool migration to run older version's migration file.

Installation:

composer require armonia-tech/phalcon-migration

Usage:

To generate a blank migration file or migration file from a table in database:

./vendors/bin/at-phalcon migration generate --table=users --descr=create_table_users --config={path your migration config file}

To run a migration file:

./vendors/bin/at-phalcon migration run --version=1554705232436351_create_table_users --config={path your migration config file}

To rollback a migration file:

./vendors/bin/at-phalcon migration run --version=1554705232436351_create_table_users --config={path your migration config file} --rollback

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages