Estou executando o comando 'php artisian migrate'.
[fedora@localhost api_encontrei]$ php artisan migrate Migration table created successfully. Migrating: 2020_01_28_145653_criar_tabela_series Migrated: 2020_01_28_145653_criar_tabela_series (0.11 seconds) Migrating: 2020_01_28_145707_criar_tabela_episodios In Connection.php line 669: SQLSTATE[HY000]: General error: 1824 Failed to open the referenced table 'id' (SQL: alter table `episodios` add constraint `episodios_serie_id_foreign` foreign key (`serie_id`) references `id` (`series`)) In Connection.php line 463: SQLSTATE[HY000]: General error: 1824 Failed to open the referenced table 'id'
Ja tentei de várias formas mas sem chance de passar desse erro, usei o código disponível no projeto e tambem sem resultado, obrigado.