Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getOrParse (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. schema/relationship.go

    			Field:       field,
    			Schema:      schema,
    			foreignKeys: toColumns(field.TagSettings["FOREIGNKEY"]),
    			primaryKeys: toColumns(field.TagSettings["REFERENCES"]),
    		}
    	)
    
    	if relation.FieldSchema, err = getOrParse(fieldValue, schema.cacheStore, schema.namer); err != nil {
    		schema.err = fmt.Errorf("failed to parse field: %s, error: %w", field.Name, err)
    		return nil
    	}
    
    	if hasPolymorphicRelation(field.TagSettings) {
    Created: Sun Dec 28 09:35:17 GMT 2025
    - Last Modified: Sun Nov 16 04:11:05 GMT 2025
    - 23.1K bytes
    - Click Count (1)
Back to Top