Skip to content

Instantly share code, notes, and snippets.

@amardeep18
Created June 10, 2020 14:59
Show Gist options
  • Save amardeep18/956f09f33b4574dfd6c4dc0ecb3d21e9 to your computer and use it in GitHub Desktop.
Save amardeep18/956f09f33b4574dfd6c4dc0ecb3d21e9 to your computer and use it in GitHub Desktop.
<?
$table->bigIncrements('role_id');
$table->string('role_name');
$table->string('role_slug');
$table->timestamps();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment