romanzipp/laravel-console-list-columns
最新稳定版本:1.6.2
Composer 安装命令:
composer require romanzipp/laravel-console-list-columns
包简介
List database tables columns & information.
README 文档
README
When working with many database migrations you can quickly lose the overview about table structures. With this package you can get a simple overview about table and column information on your command line.
Installation
composer require romanzipp/laravel-console-list-columns
Configuration
Copy configuration to config folder:
php artisan vendor:publish --provider="romanzipp\ColumnList\Providers\ColumnListProvider"
Usage
php artisan db:cols
{table} Comma separated table names to print out
{--connection=} Specified database connection
{--no-colors} Don't use colors in output
{--no-emojis} Don't use emojis in output
php artisan db:cols users
Testing
./vendor/bin/phpunit
统计信息
- 总下载量: 11.91k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-02-24
