Answer the question
In order to leave comments, you need to log in
How to stop taking a table in Sequelize without a signature 's' at the end?
When accessing a table via sequelize.define("names",
, it only accesses files with the s ending.
That is, if there is a name table in the database and I write name in the code, the script gives an error. And when creating the same - the script creates a table and adds the letter s.
Can this be turned off somehow?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question