Guest User

Untitled

a guest
Jul 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. use Illuminate\Support\Facades\Schema;
  2.  
  3.  
  4. public function boot()
  5. {
  6. Schema::defaultStringLength(191);
  7. }
Add Comment
Please, Sign In to add comment