Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 50 (0.12 sec)

  1. tests/migrate_test.go

    		}
    	)
    	checkField(&UniqueStruct3{}, "name", true, "")
    	checkField(&UniqueStruct4{}, "name", true, "")
    
    	type ( // uniqueIndex
    		UniqueStruct5 struct {
    			Name string `gorm:"size:50;uniqueIndex"`
    		}
    		UniqueStruct6 struct {
    			Name string `gorm:"size:60;uniqueIndex"`
    		}
    		UniqueStruct7 struct {
    			Name     string `gorm:"size:70;uniqueIndex:idx_us6_all_names"`
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Mon Mar 18 11:24:16 GMT 2024
    - 56.2K bytes
    - Viewed (0)
Back to top