Sha256: 7f2ef74fa4656148607b764b4e5924515e56393eeb484e9e53261f4a4087a2f8

Contents?: true

Size: 363 Bytes

Versions: 16

Compression:

Stored size: 363 Bytes

Contents

class CreateAutoErrorAppErrors < ActiveRecord::Migration
  def change
    create_table :auto_error_app_errors do |t|
      t.string :group

      t.string :klass
      t.string :controller
      t.string :action

      t.string :message
      t.text :backtrace
      t.text :data

      t.datetime :resolved_at, default: nil

      t.timestamps
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
auto_error-0.0.18 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.16 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.15 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.14 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.13 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.12 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.10 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.9 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.8 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.7 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.6 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.5 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.4 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.3 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.2 db/migrate/20130128004546_create_auto_error_app_errors.rb
auto_error-0.0.1 db/migrate/20130128004546_create_auto_error_app_errors.rb