Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for my_index (0.03 sec)

  1. tests/migrate_test.go

    			checkColumnType(t, "name", true)
    			if !DB.Migrator().HasIndex(table, myIndex.Name()) {
    				t.Errorf("%v: should has index %s but not", utils.FileWithLineNum(), myIndex.Name())
    			}
    		}
    		checkMulIndex = func(t *testing.T) {
    			checkColumnType(t, "name", false)
    			checkColumnType(t, "nick_name", false)
    			if !DB.Migrator().HasIndex(table, mulIndex.Name()) {
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Wed Aug 20 04:51:17 UTC 2025
    - 65.2K bytes
    - Viewed (0)
  2. docs/bucket/notifications/README.md

      "timed_out" : false,
      "_shards" : {
        "total" : 5,
        "successful" : 5,
        "failed" : 0
      },
      "hits" : {
        "total" : 1,
        "max_score" : 1.0,
        "hits" : [
          {
            "_index" : "minio_events",
            "_type" : "event",
            "_id" : "images/myphoto.jpg",
            "_score" : 1.0,
            "_source" : {
              "Records" : [
                {
                  "eventVersion" : "2.0",
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 84.2K bytes
    - Viewed (0)
Back to top