Looking to hire Laravel developers? Try LaraJobs

database-diff-laravel maintained by rockys

Description
数据库对比差异sql
Author
Last update
2022/12/28 10:20 (dev-master)
License
Links
Downloads
385
Tags

Comments
comments powered by Disqus

Usage

生成差异sql文件,对比源 connection 连接名称 deploy

php artisan database:diff deploy

执行差异sql文件

php artisan database:diff-run

执行差异sql文件,指定连接名称 deploy

php artisan database:diff-run --connection=deploy