liujinyong/mysql-bin

v1.2.1 2023-02-11 06:19 UTC

This package is auto-updated.

Last update: 2024-04-11 09:08:54 UTC


README

auto create table.

全局安装

$ composer global require liujinyong/mysql-bin 

使用

$ mysql-bin create:base   //创建基本的数据表 

$ mysql-bin create:doc   //生成数据表字段说明

$ mysql-bin mysql:dump   //导出数据库

$ mysql-bin mysql:source   //导入数据库

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. Contribute new features or update the wiki.

The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.

License

MIT