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
But I cannot find how to select a specific schema for code generation. So, if there are tables with the same names in different schemas (in the screenshot on the right: users in auth and users in public), there will be collision and non-compilable generated code.
The text was updated successfully, but these errors were encountered:
I knew this was going to be a thing, but i didn’t think it would be a thing so quickly! 😅
But I should be able to fix it fairly easily by fully qualifying the generated lazy functions. (Currently they are named only after the table name which would cause a build error).
Thank you for support Postgres!
But I cannot find how to select a specific schema for code generation. So, if there are tables with the same names in different schemas (in the screenshot on the right:
users
inauth
andusers
inpublic
), there will be collision and non-compilable generated code.The text was updated successfully, but these errors were encountered: