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