negos_app/db/migrate/20151201090113_add_state_field_to_needs.rb

6 lines
115 B
Ruby

class AddStateFieldToNeeds < ActiveRecord::Migration
def change
add_column :needs, :state, :string
end
end