Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreatedByID (0.08 sec)

  1. schema/relationship_test.go

    	relSchema := user.Relationships.Relations["Creators"].FieldSchema
    	if user != relSchema {
    		t.Fatalf("schema should be same, expects %p but got %p", user, relSchema)
    	}
    }
    
    type CreatedByModel struct {
    	CreatedByID uint
    	CreatedBy   *CreatedUser
    }
    
    type CreatedUser struct {
    	gorm.Model
    	CreatedByModel
    }
    
    func TestEmbeddedRelation(t *testing.T) {
    	checkStructRelation(t, &CreatedUser{}, Relation{
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Mon Aug 18 11:44:52 UTC 2025
    - 26.5K bytes
    - Viewed (0)
Back to top