Sha256: cc0ae7464635c55dc20f05243821ea17df6aeef9060d4dd9f0ec502dd0c50c05
Contents?: true
Size: 201 Bytes
Versions: 27
Compression:
Stored size: 201 Bytes
Contents
class AddRequiredStuffToSpinaAccounts < ActiveRecord::Migration def change add_column :spina_accounts, :kvk_identifier, :string add_column :spina_accounts, :vat_identifier, :string end end
Version data entries
27 entries across 15 versions & 1 rubygems