Is there a way to re-use a specific tables columns in multiple queries across an application?
I'm trying to build a bunch of models/queries like this:
What I want to do is make the
user
selector reusable across the app so that anyone who queries a specific table, will be able to get the same columns and relationships from the user table, maintaining consistency.0 Replies