Lack of account_status field in users table
Closed this issue · 0 comments
seccomiro commented
Adonis Auth Scaffold expects a field called account_status
in users
table, but it's no present on the original users migration, at least if you are using the Adonis fullstack application, the default Adonis blueprint.
So, a new migration is needed.