micheljonkman/declarative-schema 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

micheljonkman/declarative-schema

最新稳定版本:1.5.0

Composer 安装命令:

composer require micheljonkman/declarative-schema

包简介

README 文档

README

Uses doctrine/dbal to manage a declarative schema approach.

Usage

This package has only been tested on MySQL but might work for other databases too.

Create a schema.config.php file in the directory where your vendor folder is. Go to examples to find an example of this file.

To create a migration use:

php vendor/bin/schema make:schema table_name

The DBAL docs provide documentation on how to create new columns and indexes. Some Laravel like methods have also been added for ease of use.

For an example schema file go to examples.

Then you can call the following command to run the changes on the database.

php vendor/bin/schema migrate:schema

统计信息

  • 总下载量: 197
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-01-30