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
Hi Tim!
The default argument of the column date should be a function, not the function response.
You wrote: "default=func.now()"
But you should write: "default=func.now" (pass the function as an argument…)