Hello I have a problem with prisma autoincrement u...
# orm-help
c
Hello I have a problem with prisma autoincrement using postgres my model is:
Copy code
model Event {
  evt_id           String        @id @default(uuid())
  ...