You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful if ZenStack v3 supported a @@schema model-level attribute, similar to Zenstack v2 implementation, to allow placing tables in specific PostgreSQL schemas.
Expected behavior:
• The generated SQL and client accessors should respect the schema during CRUD operations.
• Should work with existing @@map and relation directives seamlessly.