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
You’ve defined subscribed_at as a “date only” field, and then are setting its default value to datetime.
Try
subscribed_at: datetime = datetime.utcnow()
Trying to make a timestamp field, but I get the error: Value not declarable with JSON Schema
The text was updated successfully, but these errors were encountered: