osem-fcy/db/migrate/20130216122417_add_special_needs_field_to_registrations.rb

5 lines
150 B
Ruby

class AddSpecialNeedsFieldToRegistrations < ActiveRecord::Migration
def change
add_column :registrations, :other_special_needs, :text
end
end