Hi, I'm doing a simple championship API, I used Sequelize
as ORM for my database.
I created the Arbitrator table that had only the NAME field and did not have the CPF field in the table.
I had to include the CPF field in the Arbitrator table and to do this I would have to use a migrate with Sequelize-CLI
After sequelize db:migrate
works, to execute the project this is giving error.
But when I run my project, the following error occurs:
Hereisthecode: link
I searched the net for the cause of the error, but I'm new to NodeJs and every case was a case too.
Thank you for helping. At.