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

https://github.com/hyperf/migration-generator-incubator

Migration Generator which used to generatie migrations from an existing table structure for Hyperf.
https://github.com/hyperf/migration-generator-incubator

Last synced: 10 months ago
JSON representation

Migration Generator which used to generatie migrations from an existing table structure for Hyperf.

Awesome Lists containing this project

README

          

# Migration Generator

Migration Generator which used to generate migrations from an existing table structure for Hyperf.

[migration-generator](https://github.com/hyperf/migration-generator)

## How to install

```
composer require hyperf/migration-generator-incubator --dev
```

## How to use

```shell
php bin/hyperf.php gen:migration-from-database
```