AddGatheringIdToRecommendations
extends BaseMigration
in package
Table of Contents
Methods
- change() : void
- Apply schema changes to add a nullable `gathering_id` column to `awards_recommendations`, create a non-unique index `BY_GATHERING_ID`, and add a foreign key constraint to `gatherings.id`.
Methods
change()
Apply schema changes to add a nullable `gathering_id` column to `awards_recommendations`, create a non-unique index `BY_GATHERING_ID`, and add a foreign key constraint to `gatherings.id`.
public
change() : void