guoren/db/migrate/20170102130110_add_verify_c...

6 lines
126 B
Ruby

class AddVerifyCodeToUsers < ActiveRecord::Migration[5.0]
def change
add_column :users, :verify_code, :string
end
end