Fixes for migration file

This commit is contained in:
David Bomba 2024-08-27 22:39:36 +10:00
parent 3df5e6ca5c
commit a58967dcab

View File

@ -17,7 +17,7 @@ return new class extends Migration
Schema::table('companies', function (Blueprint $table){ Schema::table('companies', function (Blueprint $table){
$table->bigInteger('legal_entity_id')->nullable(); $table->bigInteger('legal_entity_id')->nullable();
}) });
} }
/** /**