Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CompName1 (0.05 sec)

  1. schema/index_test.go

    	MemberNumber string `gorm:"index:idx_id,priority:1"`
    	Name7        string `gorm:"index:type"`
    	Name8        string `gorm:"index:,length:10;index:,collate:utf8"`
    
    	CompName1 string `gorm:"index:,unique,composite:idx_compname_1,option:NULLS NOT DISTINCT;not null"`
    	CompName2 string `gorm:"index:,composite:idx_compname_1"`
    
    	// Composite Index: Flattened structure.
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Fri Dec 06 02:27:44 UTC 2024
    - 7.9K bytes
    - Viewed (0)
Back to top