Is there a way to define prisma schema types simil...
# orm-help
j
Is there a way to define prisma schema types similar to how you would do the following in typescript
Copy code
type itemType = boolean | string | number;
a
I don't think so? I don't believe that would map well to SQL databases.
j
Thats what I figured but thought it was worth asking. Thanks