Last active
November 13, 2019 10:57
-
-
Save Sarav-S/d8e352f97e8f272cf9d3d61d417db436 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// During table creation | |
$table->integer('address_id')->unsigned()->index(); | |
// Or during updation | |
$table->index('address_id') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment