mirkhamidov/yii2-console-dbextend
Composer 安装命令:
composer require mirkhamidov/yii2-console-dbextend
包简介
It makes to drop all your tables from console. Use it with migration and Development environment.
README 文档
README
Extends console commands with DB.
Install
Recommended by composer
composer require mirkhamidov/yii2-console-dbextend=*
Usage
in a console
./yii dbex/drop-all-tables
after that, in console config file
'modules' => [
...
'dbex' => 'mirkhamidov\DbexBootstrapClass',
...
],
Connections
Packagist: https://packagist.org/packages/mirkhamidov/yii2-console-dbextend
Changelog
1.1.0
interactiveparametr added;
1.0.0
drop-all-tablesaction created;- this extenstion created
统计信息
- 总下载量: 38
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL2.0
- 更新时间: 2015-11-13