Migrator Migration Functions void migration
Add a foreign key constraint to the database, using the reference name that was used to create it Only available in a migration CFC
Name | Type | Required | Default | Description |
---|---|---|---|---|
table | string | Yes | The table name to perform the operation on | |
referenceName | string | Yes | The reference table name to perform the operation on |