定制 rowanmulder/declarative-schema 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

rowanmulder/declarative-schema

Composer 安装命令:

composer require rowanmulder/declarative-schema

包简介

A fork from 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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-07-15