PHP 是否有与 Rails 迁移相当的功能?

发布于 2024-09-11 09:24:47 字数 1536 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

陌伤浅笑 2024-09-18 09:24:50

Doctrine,一个 ORM 和 DBAL,已经进行了迁移。

Doctrine, an ORM and DBAL, has got migrations.

幼儿园老大 2024-09-18 09:24:50

顺便说一下,Ladder 是一个简单、纯 PHP 迁移系统。

Just to throw my hat into the ring, Ladder is a simple, pure PHP migrations system.

梓梦 2024-09-18 09:24:49

我的项目 http://github.com/robmorgan/phinx 是一个小型轻量级迁移引擎,没有任何膨胀或大的框架依赖性。它借鉴了包括 ActiveRecord::Migration 在内的多种工具的最佳部分。

My project http://github.com/robmorgan/phinx is a small lightweight migration engine without any bloat or big framework dependency. It borrows the best parts from several tools including ActiveRecord::Migration.

最单纯的乌龟 2024-09-18 09:24:49

Ruckusing Migrations 是 PHP 5.2+ 的“数据库迁移”框架。

该框架是根据 Ruby on Rails 的 ActiveRecord::Migrations 建模的。

Ruckusing Migrations is a "Database Migrations" framework for PHP 5.2+.

The framework is modeled after ActiveRecord::Migrations from Ruby on Rails.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文