class AddShopNameToAcctPaymentConfig < ActiveRecord::Migration[6.0]
  def change
    add_column :AcctPaymentConfig, :ShopName, :string, null: false, default: '', limit: 64
  end
end
