Sha256: 6edd80528be7b523c7c8694f9f9005857f4245a2a4f1f75a0a5f3497a743fa3d

Contents?: true

Size: 338 Bytes

Versions: 64

Compression:

Stored size: 338 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

64 entries across 64 versions & 1 rubygems

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