- 
          
- 
        Couldn't load subscription status. 
- Fork 126
Closed
Labels
Milestone
Description
Description and expected behavior
When I use polymorphic feature withs models that have long names, I got Prisma schema validation error due to long map argument in @relation constraint. The maximum allowed length is 63 bytes for PostgreSql. The issue can be temporarily fixed by manually replacing the generated map argument with a shorter string.
I can see myself easily getting this error as I have descriptive model names.
Environment (please complete the following information):
- ZenStack version: 2.1.2
- Prisma version: 5.13.0
- Database type: Postgresql
Additional context
N/A
ymc9
