class AddImageColumnToPosconfig < ActiveRecord::Migration def change add_column :pos_configs, :ticket_img, :string end end