class CreateVoltronDefenderErrors
Public Instance Methods
change()
click to toggle source
# File lib/generators/templates/db/migrate/create_voltron_defender_errors.rb, line 2 def change create_table :voltron_defender_errors do |t| t.string :status t.string :error t.string :file t.string :line t.text :trace t.text :headers t.timestamps null: false end end