my schema is as follows: ```model Server { id ...
# orm-help
f
my schema is as follows:
Copy code
model Server {
  id        String @id
  groups    String
  createdAt DateTime @default(now())
  updatedAt DateTime @updatedAt
}