Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uniqueIndex (0.1 sec)

  1. tests/migrate_test.go

    		}
    		if field.UniqueIndex != uniqueIndex {
    			t.Fatalf("%v: %q column %q uniqueIndex should be %v but got %v", utils.FileWithLineNum(), stmt.Schema, fieldName, uniqueIndex, field.UniqueIndex)
    		}
    	}
    
    	type ( // not unique
    		UniqueStruct1 struct {
    			Name string `gorm:"size:10"`
    		}
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Mon Mar 18 11:24:16 UTC 2024
    - 56.2K bytes
    - Viewed (0)
Back to top