ensl.org/db/migrate/20140510080652_add_caster.rb

8 lines
129 B
Ruby
Raw Normal View History

2014-05-10 08:44:48 +00:00
class AddCaster < ActiveRecord::Migration
def change
change_table :matches do |m|
m.string :caster_id
end
end
end