Migrator Migration Functions void migration
Remove a database index Only available in a migration CFC
Name | Type | Required | Default | Description |
---|---|---|---|---|
table | string | Yes | The table name to perform the index operation on | |
indexName | string | Yes | the name of the index to remove |
removeIndex(table='members',indexName='members_username');