Skip to content

Instantly share code, notes, and snippets.

@fhsinchy
Created June 21, 2018 13:33
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 fhsinchy/b1b85f3f1d6225ae161682c25d16487f to your computer and use it in GitHub Desktop.
Save fhsinchy/b1b85f3f1d6225ae161682c25d16487f to your computer and use it in GitHub Desktop.
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