add migration

This commit is contained in:
Nazri Hamzah
2018-04-23 15:01:18 +08:00
parent 4f417f54c9
commit 87653b2863
20 changed files with 819 additions and 1 deletions
+3 -1
View File
@@ -3,6 +3,8 @@
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Schema;
class AppServiceProvider extends ServiceProvider
{
@@ -13,7 +15,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
//
Schema::defaultStringLength(191); //
}
/**