Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _d (0.11 sec)

  1. schema/index_test.go

    			Name:   "idx_index_tests_field_c",
    			Class:  "UNIQUE",
    			Fields: []schema.IndexOption{{Field: &schema.Field{Name: "FieldC", UniqueIndex: "idx_index_tests_field_c"}}},
    		},
    		"idx_index_tests_field_d": {
    			Name:  "idx_index_tests_field_d",
    			Class: "UNIQUE",
    			Fields: []schema.IndexOption{
    				{Field: &schema.Field{Name: "FieldD"}},
    				// Note: Duplicate Columns
    				{Field: &schema.Field{Name: "FieldD"}},
    			},
    		},
    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