承接 micheljonkman/declarative-schema 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱: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

统计信息

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

GitHub 信息

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

其他信息

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