Show More
Commit Description:
merge with rails7 branch
Commit Description:
merge with rails7 branch
References:
File last commit:
Show/Diff file:
Action:
db/migrate/20140913060729_add_section_to_users.rb | 5 lines | 119 B | text/x-ruby | RubyLexer |
update migration
r822 class AddSectionToUsers < ActiveRecord::Migration[4.2]
add section
r508 def change
add_column :users, :section, :string
end
end