Laravel error with php artisan migrate in mysql

Can you help me with this error? I can’t migrate my file in mysql.
I’m running the latest version of laravel when i migrate in the terminal.

When i run:

php artisan migrate

I get the following error:
SQLSTATE[HY000]: General error: 1005 Can’t create table agricultures1.archives (errno: 150 “Foreign key constraint is incorrectly formed”) (Connection: mysql, SQL: alter table archives add constraint archives_farmers_id_foreign foreign key (farmers_id) references farmers (id) on delete cascade)