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