1 2 3 4 5
class AddOrganisationRefToOperations < ActiveRecord::Migration[7.1] def change add_reference :operations, :organisation, null: false, foreign_key: true end end