-
Notifications
You must be signed in to change notification settings - Fork 19
tableofcontents
Troy Murray edited this page Sep 15, 2011
·
2 revisions
- Getting Started with DBMigrate
- Why Use Migrations?
- Supported Databases
- Version History
- Creating a table
- Modifying an existing table
- References
- Creating indexes
- Introduction
- createTable
- changeTable
- renameTable
- dropTable
- addColumn
- changeColumn
- renameColumn
- removeColumn
- dropReference
- dropForeignKey
- addIndex
- removeIndex
- execute
- announce
- addRecord
- updateRecord
- removeRecord
- Introduction
- column
- binary
- boolean
- date
- datetime
- decimal
- float
- integer
- string
- text
- time
- timestamp
- timestamps
- references
- create
- change