Is it possible to use a custom type for a Model fi...
# prisma-client
t
Is it possible to use a custom type for a Model field? I know you can use enums for example but what if my custom type is in another typescript file? Or, what if I need to use the enum created in the prisma schema in my other files for certain data validation?