Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created August 1, 2021 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/278a769af6bfa85d7d4b32c394bd8d82 to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/278a769af6bfa85d7d4b32c394bd8d82 to your computer and use it in GitHub Desktop.
<?php
$table->unsignedBigInteger('user_id');
$table->foreign('user_id')->references('id')->on('users');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment