Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# Add new field due to referral - affiliate relation
|
||||
class AddReferralIdToUsersTable < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :users, :referral_id, :bigint, after: :state
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user