class AddSendViaToSocietes < ActiveRecord::Migration[6.0] def change add_column :societes, :send_via, :string end end