Add IBAN field to supplier and user model
This commit is contained in:
parent
925727d3ae
commit
c6731b4e4f
12 changed files with 34 additions and 2 deletions
|
|
@ -0,0 +1,6 @@
|
|||
class AddIbanToSupplierAndUser < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :suppliers, :iban, :string
|
||||
add_column :users, :iban, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue