I have a question about mysql table creation from ...
# orm-help
h
I have a question about mysql table creation from datamodel.prisma!! as you can see the under image, I think many tables must be created. Is it possible to make by my suggested way? Also I wanna know the difference between two ways! Thank you a lot!
n
you can use something like this on your seller field
seller: Seller! @pgRelation(column: "user_id")!