umbalaconmeogia/yii2-batsg
最新稳定版本:v0.7.5
Composer 安装命令:
composer require umbalaconmeogia/yii2-batsg
包简介
My best practice and my libraries when using yii2 framework.
README 文档
README
My style, my best practice and my libraries when using yii2 framework.
Overview
- Convention when designing database.
- gii modification
Convention when designing database
- All DB table should contain following columns.
| Column name | Data type | Description |
|---|---|---|
| id | serial | primary key |
| data_status | int | 1: new, 2: updated, 9: deleted |
| created_by | int | Create user id. Set automatically. |
| created_at | int | Created timestamp. Set automatically. |
| updated_by | int | Update user id. Set automatically. |
| updated_at | int | Updated timestamp. Set automatically. |
Install yii2-batsg into your project.
composer require umbalaconmeogia/yii2-batsg
Explanation about composer require, update and install
| command | change composer.json | change composer.lock |
|---|---|---|
| require | Y | Y |
| update | N | Y |
| install | N | N |
- require:
composer require umbalaconmeogia/yii2-batsgThis will update or install the newest version.composer.jsonandcomposer.lockwill be updated as well. - update:
composer update umbalaconmeogia/yii2-batsgThis will update the package with the highest version respects to yourcomposer.json. The entry incomposer.lockwill be updated. - install:
composer install umbalaconmeogia/yii2-batsgThis will install version specified in the lock file
统计信息
- 总下载量: 5.22k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-26