Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 99999999 (0.16 sec)

  1. tests/associations_belongs_to_test.go

    	}
    
    	AssertAssociationCount(t, user2, "Company", 0, "after clear")
    	AssertAssociationCount(t, user2, "Manager", 0, "after clear")
    
    	// unexist company id
    	unexistCompanyID := company.ID + 9999999
    	user = User{Name: "invalid-user-with-invalid-belongs-to-foreign-key", CompanyID: &unexistCompanyID}
    	if err := DB.Create(&user).Error; err == nil {
    		tidbSkip(t, "not support the foreign key feature")
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Mon Oct 30 09:15:49 GMT 2023
    - 9.3K bytes
    - Viewed (0)
Back to top