class CreateImageErrors < ActiveRecord::Migration def change create_table :image_errors do |t| t.string :path t.timestamps null: false end end end