shahid/sp-migrations-generator
Composer 安装命令:
composer require shahid/sp-migrations-generator
包简介
This package generates migrations for sps and functions from your env db through artisan commands.
README 文档
README
This is a laravel package that generates migrations for sps and functions from your database through artisan commands.
- Generates migrations for SP
- Generates migrations for Functions
Installation
This migration generator requires Laravel to work.
require this package through composer using following command
$ composer require shahid/sp-migrations-generator
Next, add the following service providers:
Shahid\SpMigrationsGenerator\SpMigrationsGeneratorServiceProvider::class,
Usage
Run below command to generate migrations.
$ php artisan spmigration:generate
Or Run below command to ignore some table migrations.
$ php artisan spmigration:inserttables
统计信息
- 总下载量: 4.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-17