Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkConstraint (0.3 sec)

  1. migrator/migrator.go

    			return constraint, getTable(rel)
    		}
    	}
    
    	if field := stmt.Schema.LookUpField(name); field != nil {
    		for k := range checkConstraints {
    			if checkConstraints[k].Field == field {
    				v := checkConstraints[k]
    				return &v, stmt.Table
    			}
    		}
    
    		for k := range uniqueConstraints {
    			if uniqueConstraints[k].Field == field {
    				v := uniqueConstraints[k]
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Fri Apr 26 07:15:49 UTC 2024
    - 29K bytes
    - Viewed (0)
Back to top