projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add rails version number to migrations
[rails.git]
/
db
/
migrate
/
20140210003018_add_user_image_content_type.rb
1
class AddUserImageContentType < ActiveRecord::Migration[5.0]
2
def change
3
add_column :users, :image_content_type, :string
4
end
5
end