Files
danbooru/db/migrate/20130712162600_add_custom_style_to_users.rb
2013-07-12 18:29:11 -04:00

6 lines
121 B
Ruby

class AddCustomStyleToUsers < ActiveRecord::Migration
def change
add_column :users, :custom_style, :text
end
end