duyluonglc / lucid-mongo

Mongodb ODM for adonis framework
325 stars 61 forks source link

Override model table #240

Closed gsbarreto closed 4 years ago

gsbarreto commented 4 years ago

Hi guys! I'm refactoring an api that use Parse Server with mongodb, and looking in the Documentation, i saw that i can change the table name but changing the name of the Model there is no change on the functionality. There are any method to do this?

Thanks!

rizalgunawan commented 4 years ago

Try this https://github.com/duyluonglc/lucid-mongo/issues/143#issuecomment-424290219

gsbarreto commented 4 years ago

Thanks you! It solve my issue!