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