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, is there a way to override the date type to without timezone?
Because my db is used for other applications that dont use sequelize and they use without timezone.
And {timezone: "-03:00"} in sequelize options it don't really work.
Hi, is there a way to override the date type to without timezone?
Because my db is used for other applications that dont use sequelize and they use without timezone.
And
{timezone: "-03:00"}in sequelize options it don't really work.