Migrator
renameTable()
Signature
Section titled “Signature”renameTable() — returns void
Available in: migration
Category: Migration Functions
Description
Section titled “Description”Renames a table Only available in a migration CFC
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
oldName | string | yes | — | Name the old table |
newName | string | yes | — | New name for the table |