Posts by Rayan Carvalho • 11 points
1 post
-
1
votes1
answer59
viewsQ: Laravel 5.4 Migrations?
I’m learning Laravel 5.4, when I will create a related table one to one is not creating the foreign key, but creates tables normally. My Migrations: <?php use Illuminate\Support\Facades\Schema;…