https://github.com/phore/phore-dba-migrations
Database migrations (version update)
https://github.com/phore/phore-dba-migrations
Last synced: 5 months ago
JSON representation
Database migrations (version update)
- Host: GitHub
- URL: https://github.com/phore/phore-dba-migrations
- Owner: phore
- Created: 2018-07-24T09:46:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T11:45:53.000Z (almost 8 years ago)
- Last Synced: 2024-04-18T11:02:29.305Z (about 2 years ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phore Dba Migrations (Version management of database structure)
## TL;DR;
Phore Dba Migrations keep track of the installed database structure
and will run `ALTER TABLE` Statements when you switch the version.
## Installation
Install dba-migrations using composer:
```
composer require phore/dba-migrations
```