Hi guys. I gave it a shot with primsa and nestjs a...
# orm-help
d
Hi guys. I gave it a shot with primsa and nestjs and created the following scheme, used the experimental migrate feature to push it up to the postgres db
Copy code
model Items {
  id    String  @id @default(uuid())
  title String?
}