Open
Description
Description and expected behavior
Adding the @ignore
on a particular field should ignore that particular field only. But upon adding this various m-n relation types in the Kysely index file are removed upon running the npx zenstack generate
codegen command.
Screenshots
Environment (please complete the following information):
- ZenStack version:
2.9.1
- Prisma version:
6.5.0
- Database type: Postgresql (supabase)
Additional Context
Note that only the types are affected. The actual tables are not affected.