ref: master
db/migrate/20160509144008_add_uuid_to_categories.rb
1 2 3 4 5
class AddUuidToCategories < ActiveRecord::Migration def change add_column :categories, :uuid, :string end end