Fixes for migration file
This commit is contained in:
parent
3df5e6ca5c
commit
a58967dcab
|
|
@ -17,7 +17,7 @@ return new class extends Migration
|
|||
|
||||
Schema::table('companies', function (Blueprint $table){
|
||||
$table->bigInteger('legal_entity_id')->nullable();
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue