Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for idx_user_indices_name5 (0.21 sec)

  1. schema/index_test.go

    			Name:   "idx_user_indices_name4",
    			Class:  "UNIQUE",
    			Fields: []schema.IndexOption{{Field: &schema.Field{Name: "Name4", UniqueIndex: "idx_user_indices_name4"}}},
    		},
    		"idx_user_indices_name5": {
    			Name:    "idx_user_indices_name5",
    			Class:   "FULLTEXT",
    			Comment: "hello , world",
    			Where:   "age > 10",
    			Fields:  []schema.IndexOption{{Field: &schema.Field{Name: "Name5"}}},
    		},
    		"profile": {
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Sun Feb 04 07:49:19 GMT 2024
    - 8K bytes
    - Viewed (0)
Back to top