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
I configured database config.json file, but sequelize tables appusers and languages are not creating, I need to write sequelize.sync() in src/sql/models/_index.ts. Is it an issue or am I missing something?
I configured database config.json file, but sequelize tables appusers and languages are not creating, I need to write
sequelize.sync()in src/sql/models/_index.ts. Is it an issue or am I missing something?