This website works better with JavaScript.
Home
Explore
Help
Sign In
aaronpk
/
spy30
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
change default string length
master
Aaron Parecki
7 years ago
parent
50e823043d
commit
e92dd5d2f4
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/Providers/AppServiceProvider.php
+ 2
- 0
app/Providers/AppServiceProvider.php
View File
@ -3,6 +3,7 @@
namespace
App\Providers
;
use
Illuminate\Support\ServiceProvider
;
use
Schema
;
class
AppServiceProvider
extends
ServiceProvider
{
@ -14,6 +15,7 @@ class AppServiceProvider extends ServiceProvider
public
function
boot
()
{
//
Schema
::
defaultStringLength
(
191
);
}
/**
Write
Preview
Loading…
Cancel
Save