Migrator
updateRecord()
Signature
Section titled “Signature”updateRecord() — returns void
Available in: migration
Category: Migration Functions
Description
Section titled “Description”Updates an existing record in a table Only available in a migration CFC
Parameters
Section titled “Parameters”| 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 |