osem-fcy/db/migrate/20130821102047_add_tshirt_to_people.rb

5 lines
114 B
Ruby

class AddTshirtToPeople < ActiveRecord::Migration
def change
add_column :people, :tshirt, :string
end
end