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
In a production env, as per sequlize standards and other ORMS, we should not use .sync() as it can be unpredictable and destructive. We should use migrations instead.
The text was updated successfully, but these errors were encountered:
In a production env, as per
sequlize
standards and other ORMS, we should not use.sync()
as it can be unpredictable and destructive. We should use migrations instead.The text was updated successfully, but these errors were encountered: