Created
July 29, 2018 18:42
-
-
Save ho3ein-mola/20cdaa47b5c3b9d5ce57d01ad1018974 to your computer and use it in GitHub Desktop.
long string error in laravel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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