diff --git a/source/docs/v3/upgrading.blade.md b/source/docs/v3/upgrading.blade.md index b9a86ce..2e753c7 100644 --- a/source/docs/v3/upgrading.blade.md +++ b/source/docs/v3/upgrading.blade.md @@ -65,7 +65,7 @@ That said, automatic tenancy will still work the same way. }); Schema::table('domains', function (Blueprint $table) { - $table->increments('id')->before('domain'); + $table->increments('id')->first(); $table->unique('domain'); $table->timestamps(); });