Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for relation (0.46 sec)

  1. migrator/migrator.go

    							return err
    						}
    					}
    				}
    
    				if !m.DB.DisableForeignKeyConstraintWhenMigrating && !m.DB.IgnoreRelationshipsWhenMigrating {
    					for _, rel := range stmt.Schema.Relationships.Relations {
    						if rel.Field.IgnoreMigration {
    							continue
    						}
    						if constraint := rel.ParseConstraint(); constraint != nil &&
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Fri Apr 26 07:15:49 GMT 2024
    - 29K bytes
    - Viewed (0)
Back to top