sequelize-typescript icon indicating copy to clipboard operation
sequelize-typescript copied to clipboard

The model file operation table name is incorrect

Open XBYundefined opened this issue 4 years ago • 0 comments

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

XBYundefined avatar Oct 28 '21 02:10 XBYundefined