Skip to content

Instantly share code, notes, and snippets.

@ho3ein-mola
Created July 29, 2018 18:42
Show Gist options
  • Save ho3ein-mola/20cdaa47b5c3b9d5ce57d01ad1018974 to your computer and use it in GitHub Desktop.
Save ho3ein-mola/20cdaa47b5c3b9d5ce57d01ad1018974 to your computer and use it in GitHub Desktop.
long string error in laravel
<?php
public function boot()
{
Schema::defaultStringLength(191);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment