Open sredbull opened 7 years ago
Hi @sredbull with mongodb you no need to create schema and the Lucid-mongo only support to create index to a collection https://github.com/duyluonglc/lucid-mongo#migration So with this project you can ignore migration or modify them to create index if you want
Aah never mind, I am actually using your project as a reference for one of my own. Everything looks good btw! Just having one little thing I'm strugling with: https://github.com/duyluonglc/adonis-mongodb-boilerplate/issues/55
The database migrations are not conform the code, by example the verification token column is not existing in the token table