Env. Oracle 21C, Node v20, node-oracledb 6.6.0, Sequelize 6.37
I am developing a REST API with the above mentioned technologies. All good, except for one topic.
Apparently Sequelize creates the table and column names in lowercase with double quotes. Is there a way to make Sequelize create to uppercase without double quotes?