We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description and expected behavior The generated Prisma schema is missing documentation for enum values.
Environment (please complete the following information):
2.0.1
5.13.0
postgres
Additional context schema.zmodel
schema.zmodel
/// UserRole Documentation enum UserRole { /// User role documentation 1 /// User role documentation 2 USER /// Admin role documentation ADMIN MODERATOR }
schema.prisma
/// UserRole Documentation enum UserRole { USER ADMIN MODERATOR }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description and expected behavior
The generated Prisma schema is missing documentation for enum values.
Environment (please complete the following information):
2.0.1
5.13.0
postgres
Additional context
schema.zmodel
schema.prisma
The text was updated successfully, but these errors were encountered: