Skip to content
Troy Murray edited this page Sep 15, 2011 · 2 revisions

Reference

  • Getting Started with DBMigrate
  • Why Use Migrations?
  • Supported Databases
  • Version History

Tutorial

  • Creating a table
  • Modifying an existing table
  • References
  • Creating indexes

API

Migrations

  • Introduction
  • createTable
  • changeTable
  • renameTable
  • dropTable
  • addColumn
  • changeColumn
  • renameColumn
  • removeColumn
  • dropReference
  • dropForeignKey
  • addIndex
  • removeIndex
  • execute
  • announce
  • addRecord
  • updateRecord
  • removeRecord

Table Definitions

Clone this wiki locally