Why are non-unique indexes dropped and created when restarting the server?

前端 未结 0 914
春和景丽
春和景丽 2021-01-13 07:42

Given the schema

type User {
  id: ID! @id
  name: String! @unique
  lastName: String @index
}

When restarting my apollo server, I always see

相关标签:
回答
  • 消灭零回复
提交回复
热议问题