class Modifyconfig2 < ActiveRecord::Migration[5.1]
  def change
	    add_column :cofigs, :code_mesure, :text
  end
end
