hello is there any way i can do int id autoincrement in datamodel.prisma file?
i triyed id: Int @id @default(autoincrement())
but i get this error:
Syntax error while parsing GraphQL query. Invalid input “{\n id: Int @id @default(autoincrement(“, expected ImplementsInterfaces, DirectivesConst or FieldDefinitions