sequelize-typescript
sequelize-typescript copied to clipboard
The model file operation table name is incorrect
Tables (userroles) created using migration files. The default table that the model files operate on is USER_roles. I should change it so that my model files work correctly on the created tables