Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. schema/relationship.go

    	}
    
    	relation.Polymorphic.PolymorphicType = relation.FieldSchema.FieldsByName[typeName]
    	relation.Polymorphic.PolymorphicID = relation.FieldSchema.FieldsByName[typeId]
    
    	if value, ok := field.TagSettings["POLYMORPHICVALUE"]; ok {
    		relation.Polymorphic.Value = strings.TrimSpace(value)
    	}
    
    	if relation.Polymorphic.PolymorphicType == nil {
    		schema.err = fmt.Errorf("invalid polymorphic type %v for %v on field %s, missing field %s",
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Wed Jun 12 03:46:59 UTC 2024
    - 22.7K bytes
    - Viewed (0)
Back to top