Sha256: 4d00761f6e911cbce3e1af9f43e30f63d98cb7a9e67f0c42e3d9a3b04530fb4a

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
  def change
    create_table :password_reset_tokens do |t|
      t.references :user, null: false, foreign_key: false
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
authentication-zero-2.15.5 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.15.4 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt