add wallet address to user
This commit is contained in:
6
db/migrate/20210818185019_add_wallet_address_to_user.rb
Normal file
6
db/migrate/20210818185019_add_wallet_address_to_user.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
class AddWalletAddressToUser < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column(:users, :wallet_address, :string)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user