Return to v2.3 docs

renameTable()


Migrator Migration Functions void migration


Renames a table Only available in a migration CFC

Name Type Required Default Description
oldName string Yes Name the old table
newName string Yes New name for the table

Related Functions

Migration Functions