1 2 3 4 5 6
class AddUuidToUsers < ActiveRecord::Migration def change add_column :users, :uuid, :string add_index :users, :uuid end end