class AddSiretToBillingInformations < ActiveRecord::Migration[6.0]
  def change
    add_column :billing_informations, :siret, :string
  end
end
