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
I have a table with a column called created_by, which should have the id of currently logged in user. At the run time naturally I have the created_by information, I would prefer just using it instead of the info coming from outside on the create route.
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
-
I have a table with a column called
created_by
, which should have theid
of currently logged in user. At the run time naturally I have thecreated_by
information, I would prefer just using it instead of the info coming from outside on the create route.I wonder if that is possible.
Beta Was this translation helpful? Give feedback.
All reactions