Initial commit
This commit is contained in:
6
db/migrate/20210519112630_add_cards_to_members.rb
Normal file
6
db/migrate/20210519112630_add_cards_to_members.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddCardsToMembers < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :members, :cards, :string, null: true
|
||||
add_column :members, :ibans, :string, null: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user