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
We are exploring using sequelize-auto to generate our model, by customizing the parameters fed into the auto generation process to produce Models closers to what we manually authored.
1- Are there ways to override the entity name ?
2 - Are there ways to suppress extra metadata such as *Mixing, InitModel, ?, !
3 - Is there a way to upgrade the underlying sequelize used by the auto generator?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
We are exploring using sequelize-auto to generate our model, by customizing the parameters fed into the auto generation process to produce Models closers to what we manually authored.
1- Are there ways to override the entity name ?
2 - Are there ways to suppress extra metadata such as *Mixing, InitModel, ?, !
3 - Is there a way to upgrade the underlying sequelize used by the auto generator?
Thanks!
The text was updated successfully, but these errors were encountered: