hensei-api/db/migrate/20260106102045_add_game_id_to_raids.rb

5 lines
119 B
Ruby

class AddGameIdToRaids < ActiveRecord::Migration[8.0]
def change
add_column :raids, :game_id, :integer
end
end