mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01: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){
|
||||
$table->bigInteger('legal_entity_id')->nullable();
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user