Optei em usar MySQL e ao rodar php artisan migrate gerou a exceção abaixo:
Illuminate\Database\QueryException : SQLSTATE[HY000]: General error: 1005 Can't create table `series`.`temporadas` (errno: 150 "Foreign key constraint is incorrectly formed") (SQL: alter table `temporadas` add constraint `temporadas_serie_id_foreign` foreign key (`serie_id`) references `series` (`id`))