Sha256: 72e602f30ae8361c295dce9c8347fe1cfb460457aaf76511556a385b52cd6989

Contents?: true

Size: 342 Bytes

Versions: 29

Compression:

Stored size: 342 Bytes

Contents

class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
  def change
    create_table :recovery_codes do |t|
      t.references :user, null: false, foreign_key: true
      t.string  :code, null: false
      t.boolean :used, null: false, default: false

      t.timestamps
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
authentication-zero-4.0.3 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-4.0.2 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-4.0.1 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-4.0.0 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-3.0.2 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-3.0.1 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-3.0.0 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-3.0.0.alpha1 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-2.16.36 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-2.16.35 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-2.16.34 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-2.16.33 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-2.16.32 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-2.16.31 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-2.16.30 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-2.16.29 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-2.16.28 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-2.16.27 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-2.16.26 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt
authentication-zero-2.16.25 lib/generators/authentication/templates/migrations/create_recovery_codes_migration.rb.tt