Skip to content

Instantly share code, notes, and snippets.

@Sarav-S
Last active November 13, 2019 10:57
Show Gist options
  • Save Sarav-S/d8e352f97e8f272cf9d3d61d417db436 to your computer and use it in GitHub Desktop.
Save Sarav-S/d8e352f97e8f272cf9d3d61d417db436 to your computer and use it in GitHub Desktop.
<?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