class Modifyconfig < ActiveRecord::Migration[5.1]
  def change
    add_column :cofigs, :payment_method, :text
    add_column :cofigs, :payment_form, :text
    add_column :cofigs, :code_article, :text
  end
end
