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
after testing a couple of times the issue is sometimes happening. I run it again and it works, however after I drop all tables and re-run it again it didn't work...
The text was updated successfully, but these errors were encountered:
Hi just trying to refactor a project using sequelize-typescript. the project has model defined in ts already such as the following:
and I've add model as the following:
however when running
sequelize db:migrate
I couldn't see the table get created in the database, is there anything wrong?the package version is as following:
after testing a couple of times the issue is sometimes happening. I run it again and it works, however after I drop all tables and re-run it again it didn't work...
The text was updated successfully, but these errors were encountered: