Back
removeIndex()
Remove a database index Only available in a migration CFC
removeIndex(table='members',indexName='members_username');
Copied!