Posts by Aléx de Oliveira • 11 points
1 post
-
1
votes0
answers246
viewsQ: Migration with multiple banks in Laravel
I am trying to create a Migration that has a foreign key referencing the id of a table from another database, both Mysql. Follows the code: //config/database.php 'mysql' => [ 'driver' =>…