Migrator Migration Functions void migration
Updates an existing record in a table Only available in a migration CFC
Name | Type | Required | Default | Description |
---|---|---|---|---|
table | string | Yes | The table name where the record is | |
where | string | No | The where clause, i.e admin = 1 |