micheljonkman/laravel-declarative-schema
最新稳定版本:1.4.1
Composer 安装命令:
composer require micheljonkman/laravel-declarative-schema
包简介
README 文档
README
Laravel integration for my declarative-schema package.
Usage
To create a new schema file call the command below.
php artisan make:schema table_name
For more information on how to write schema files, take a look at declarative-schema package.
And in order to migrate them you can either use the normal migrate command:
php artisan migrate
Or use the specific command to migrate schema files.
php artisan migrate:schema
Rollbacks don't do anything for schema files since you can just revert the file to its previous state and migrate again.
统计信息
- 总下载量: 42
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-01-31