-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Jeremy Keczan edited this page Apr 28, 2015
·
20 revisions
This wiki will try to provide instructions and answers for you to get up and running with the dbmigrations plugin for the ColdFusion on Wheels (CFWheels) framework as quickly as possible.
The following is the table of contents for this wiki:
- Creating a table
- Creating references between tables
- Creating indexes on table columns
- Modifying an existing table
- Perform migrations by calling a URL
- addColumn()
- addIndex()
- addRecord()
- announce()
- binary()
- boolean()
- changeColumn()
- changeTable()
- change()
- column()
- create()
- createTable()
- createView()
- date()
- datetime()
- decimal()
- dropForeignKey()
- dropReference()
- dropTable()
- dropView()
- execute()
- float()
- integer()
- primaryKey()
- references()
- removeColumn()
- removeIndex()
- removeRecord()
- renameColumn()
- renameTable()
- string()
- text()
- time()
- timestamp()
- timestamps()
- updateRecord()