An open API service indexing awesome lists of open source software.

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)

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
```