Skip to content

Instantly share code, notes, and snippets.

@tanzilhuda
Created July 22, 2018 14:16
Show Gist options
  • Save tanzilhuda/31a2bdfc3105aa90ad734d5a43493ad3 to your computer and use it in GitHub Desktop.
Save tanzilhuda/31a2bdfc3105aa90ad734d5a43493ad3 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