Skip to content

Latest commit

 

History

History
6 lines (2 loc) · 189 Bytes

writing-migrations.md

File metadata and controls

6 lines (2 loc) · 189 Bytes

迁移脚本

Phinx 使用迁移脚本来管理数据库。 每个迁移脚本都是一个 PHP 类。首选使用 Phinx API 来写迁移脚本,但是纯 SQL 语句也是支持的。