internetee-registry/db/migrate/20150416080828_add_currency_to_account.rb
2021-04-26 18:54:26 +05:00

5 lines
126 B
Ruby

class AddCurrencyToAccount < ActiveRecord::Migration[6.0]
def change
add_column :accounts, :currency, :string
end
end