traackr/sql-migration 问题修复 & 功能扩展

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

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

traackr/sql-migration

最新稳定版本:0.7

Composer 安装命令:

composer require traackr/sql-migration

包简介

SQL migration plugin for CakePHP

README 文档

README

Introduction

This is a CakePHP plugin to manage database schema updates

Installation

To install this plugin you can:

  • Clone the project on GitHub: https://github.com/Traackr/cakephp-sqlmigration. Make sure to clone in in your app/Plugin directory, preferably in a directory called SqlMigration
  • Use Composer to manage this plugin as a dependency. To do this, simply add this to your composer.json file:
"minimum-stability": "dev", "require": { "traackr/sql-migration": "dev-master" } 

Requirements

All upgarde scripts are SQL scripts and are run via mysql therefore the mysql executable you want to use must be in your path for the plugin to work.

Setup

This plugin uses a database table (schema_versions) to keep track of schema upgrades. To get started you need to setup the plugin, which will create that table for you. Once the plugin is installed, simply do (in your app directory):

Console/cake SqlMigration.SqlMigration setup 

It is safe to run this command multiple times. On subsequent calls, the command will simply try to apply any changes to the schema_versions table if any is requires (this might happen if/when you upgrade to a new version of this plugin).

Upgrade script

Upgarde scripts are simple SQL scripts and need to live in the following directory: app/Config/Sql. Ths script's names must follow this naming convention: upgrade-<version-number>.sql

Running an upgrade

To run the upgrade scripts on your schema, simply call:

Console/cake SqlMigration.SqlMigration 

The SqlMigration plugin will run all the upgrade scripts that have not been applied yet (based on the information found in the schema-versions table). The version numbers to not have to be continuous (ie. you can skip some versions), the plugin will apply the scripts in sequence and skip missing versions. If you later add a new upgrade scripts for any missing version (e.g. one was created in a branch and merged with the main core later), these scripts will be applied the next time you run the plugin (i.e. it will try to fill the gaps).

统计信息

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

GitHub 信息

  • Stars: 4
  • Watchers: 17
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固