class AddRaisonTextToContacts < ActiveRecord::Migration[6.0] def change add_column :contacts, :raison_text, :string end end