承接 cakedc/migrations 相关项目开发

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

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

cakedc/migrations

最新稳定版本:2.6

Composer 安装命令:

composer require cakedc/migrations

包简介

Migrations Plugin for CakePHP

README 文档

README

Bake Status Downloads Latest Version

The Migrations plugin enables developers to quickly and easily manage and migrate between database schema versions.

As an application is developed, changes to the database may be required, and managing that in teams can get extremely difficult. The Migrations plugin enables you to share and coordinate database changes in an iterative manner, removing the complexity of handling these changes.

  • Console: The console script allows you to run migrations up and down.
  • Installation: Migrations can also be run programmatically via an installer script.
  • ORM: The Migrations plugin makes use of the CakePHP ORM and supports all databases provided by the framework.

This is NOT a Backup Tool

We highly recommend to not run the Migrations plugin in a production environment directly without doing a backup first.

However, you can make use of the before() and after() callbacks in the migration files to add logic which triggers a backup script.

Requirements

  • CakePHP 2.5+ (We recomment latest 2.x)
  • PHP 5.3.0+ (We recommend php 7+)

Documentation

For documentation, as well as tutorials, see the Docs directory of this repository.

Support

For bugs and feature requests, please use the issues section of this repository.

Commercial support is also available, contact us for more information.

Contributing

This repository follows the CakeDC Plugin Standard. If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our Contribution Guidelines for detailed instructions.

License

Copyright 2007-2014 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.

统计信息

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

GitHub 信息

  • Stars: 341
  • Watchers: 34
  • Forks: 156
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-09-20