app\Proderviders\AppServerProvider.php
1 | use Illuminate\Support\facades\Schema; | cs |
1 | Schema::defaultStringLength(191); | cs |
1 | php artisan migrate:fresh | cs |
'라라벨 > Migration' 카테고리의 다른 글
unsignedInteger(음수를 사용지않음) (0) | 2020.03.29 |
---|---|
마이그레이션에러 SQLSTATE[HY000]: General error: 3780 (0) | 2020.01.18 |
컬럼삭제하기 (0) | 2020.01.01 |