is there any way to customize the prisma id? for e...
# orm-help
a
is there any way to customize the prisma id? for example, all users id should starts with user... all posts id should starts with posts...
r
Hey @Ashiqur Rahman 👋 The
id
field is autogenerated at the DB level, so there would be no way to customize that, for that you would have to create a separate field and then add your prefix to that. You could open this as a feature request here as well.