Skip to content

Instantly share code, notes, and snippets.

Created October 15, 2017 12:12
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 anonymous/a46a0d5fc45bc08a1adf8a817b5ff7fb to your computer and use it in GitHub Desktop.
Save anonymous/a46a0d5fc45bc08a1adf8a817b5ff7fb to your computer and use it in GitHub Desktop.
<?php
use Illuminate\Support\Facades\Schema;
public function boot()
{
Schema::defaultStringLength(191);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment