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.
- Host: GitHub
- URL: https://github.com/hyperf/migration-generator-incubator
- Owner: hyperf
- License: mit
- Created: 2022-02-21T08:39:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T11:07:09.000Z (over 2 years ago)
- Last Synced: 2024-10-01T21:38:09.069Z (over 1 year ago)
- Language: PHP
- Size: 38.1 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```