Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMany2ManyOverrideJoinForeignKey (0.14 sec)

  1. schema/relationship_test.go

    			{"ProfileRefer", "Profile", "ProfileR", "user_profiles", "", false},
    			{"Kind", "Profile", "Kind", "user_profiles", "", false},
    		},
    	})
    }
    
    func TestMany2ManyOverrideJoinForeignKey(t *testing.T) {
    	type Profile struct {
    		gorm.Model
    		Name      string
    		UserRefer uint
    	}
    
    	type User struct {
    		gorm.Model
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Mon Apr 15 03:20:20 UTC 2024
    - 25.5K bytes
    - Viewed (0)
Back to top