Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. schema/relationship.go

    	for idx, foreignField := range foreignFields {
    		// use same data type for foreign keys
    		schema.Relationships.Mux.Lock()
    		if schema != foreignField.Schema {
    			foreignField.Schema.Relationships.Mux.Lock()
    		}
    		if copyableDataType(primaryFields[idx].DataType) {
    			foreignField.DataType = primaryFields[idx].DataType
    		}
    		foreignField.GORMDataType = primaryFields[idx].GORMDataType
    		if foreignField.Size == 0 {
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Mon Aug 18 11:44:52 UTC 2025
    - 23.1K bytes
    - Viewed (1)
Back to top