We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a342003 commit 57b13aeCopy full SHA for 57b13ae
db/migrate/20240701172643_create_refer_visits.rb
@@ -1,4 +1,4 @@
1
-class CreateReferVisits < ActiveRecord::Migration[7.2]
+class CreateReferVisits < ActiveRecord::Migration[6.1]
2
def change
3
create_table :refer_visits do |t|
4
t.belongs_to :referral_code, null: false, foreign_key: { to_table: :refer_referral_codes }
0 commit comments