diff --git a/db/migrate/20140913060729_add_section_to_users.rb b/db/migrate/20140913060729_add_section_to_users.rb new file mode 100644 --- /dev/null +++ b/db/migrate/20140913060729_add_section_to_users.rb @@ -0,0 +1,5 @@ +class AddSectionToUsers < ActiveRecord::Migration + def change + add_column :users, :section, :string + end +end