Ejdamm / market-board

A lighweight marketplace written with PHP Slim framework
MIT License
1 stars 0 forks source link

Find a way to sync database with github #6

Closed envetn closed 5 years ago

envetn commented 5 years ago

When developing locally and the database is updated with a new table/column it can be synced somehow with github automatically.

Ejdamm commented 5 years ago

Find the equivalent for Python's Alembic https://alembic.sqlalchemy.org/en/latest/

Ejdamm commented 5 years ago

https://phinx.org/