mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
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){
|
Schema::table('companies', function (Blueprint $table){
|
||||||
$table->bigInteger('legal_entity_id')->nullable();
|
$table->bigInteger('legal_entity_id')->nullable();
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user