Sha256: 27889e98d8b80a15fd5ccd01c196df0bc2bd61be918a6bd8a405a4b71bdef82f

Contents?: true

Size: 304 Bytes

Versions: 62

Compression:

Stored size: 304 Bytes

Contents

class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
  def change
    create_table :sessions do |t|
      t.references :user, null: false, foreign_key: true
      t.string :user_agent
      t.string :ip_address

      t.timestamps
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
authentication-zero-2.16.2 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.16.1 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.16.0 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.15.9 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.15.8 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.15.7 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.15.6 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.15.5 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.15.4 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.15.3 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.15.2 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.15.1 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.15.0 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.14.0 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.13.0 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.12.6 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.12.5 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.12.4 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.12.3 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt
authentication-zero-2.12.2 lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt