0
Hello.
I recently deployed an application to Heroku (Node + Adonis + Mysql + React) and I am facing some problems. It has an admin user who is responsible for registering other users, so I have some seeders to popular the database with some data and users (admin and common user). To run the seeders in Heroku I used the following command.
heroku run -a allocate-ufc-back ENV_SILENT=true node ace seed --force
After using this command it generates the following error:
It’s like there’s no column or something, at least that’s what I understood. I don’t know how to view the tables of my bank in Heroku so I can’t tell if it is connecting properly. If anyone could help me identify what the problem is or tell me how to run the seeders correctly, I would be very grateful. Detail: Migrations were executed normally.