Migrator Migration Functions void migration
Removes existing records from a table Only available in a migration CFC
Name | Type | Required | Default | Description |
---|---|---|---|---|
table | string | Yes | The table name to remove the record from | |
where | string | No | The where clause, i.e id = 123 |