pantharshit00 / prisma-docs-generator

Prisma generator for automatically generating documentation reference from the Prisma schema.
MIT License
578 stars 27 forks source link

UUIDv7 problem #79

Open hongkongkiwi opened 1 week ago

hongkongkiwi commented 1 week ago

I'm getting this problem with uuidv7:

error: Error parsing attribute "@default": The `uuid` function does not take any argument. Consider changing this default to `uuid()`.

here's the field:

id String @id @default(uuid(7))