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
According to the implementation whenever we are fetching a related model, it uses the active connection.
But if you have something defined, it should use that, when it's not defined, it should use the default values. Is it not the purpose of *.default's value? If I don't define a value, it should simply fetch the default value instead of making some assumptions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
According to the implementation whenever we are fetching a related model, it uses the active connection.
But if you have something defined, it should use that, when it's not defined, it should use the default values. Is it not the purpose of
*.default
's value? If I don't define a value, it should simply fetch the default value instead of making some assumptions?Beta Was this translation helpful? Give feedback.
All reactions