Sha256: e4db6bd7a3005d279710aa71e9ce362acf5f3a9af2bc22c23a658cb4e7cbf561

Contents?: true

Size: 243 Bytes

Versions: 47

Compression:

Stored size: 243 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: true
    end
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
authentication-zero-2.16.36 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.35 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.34 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.33 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.32 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.31 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.30 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.29 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.28 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.27 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.26 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.25 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.24 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.23 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.22 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.21 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.20 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.19 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.18 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt
authentication-zero-2.16.17 lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt