Prisma does not allow incremental `id` not custom ...
# orm-help
h
Prisma does not allow incremental
id
not custom
id
setting, so I need to set
postTypeId: Int @unique
as a workaround, but this just doesnt sounds natural. I want to do something like ordinary CMS.