Is it intended that any enums in the Prisma schema...
# orm-help
a
Is it intended that any enums in the Prisma schema file are ignored if they aren’t part of a model? It’d be nice to be able to have them regardless of whether or not they’re being used by a model.
r
@Aaron Fulkerson 👋 I tried it on a Postgres DB and they are introspected event if not used in any table.
a
@Ryan maybe they’re introspected but they’re not exported by @prisma/client
r
@Aaron Fulkerson Yes you’re right I can reproduce this. Could you explain your use case of having enums in the types that aren’t used?