Join Slack
Powered by
Hi guys. I gave it a shot with primsa and nestjs a...
# orm-help
d
DuckyDev
10/28/2020, 8:45 AM
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? }
Open in Slack
Previous
Next