diff --git a/database/migrations/2024_08_26_055523_add_qb_product_hash.php b/database/migrations/2024_08_26_055523_add_qb_product_hash.php index 20dc98df6a..41de33759a 100644 --- a/database/migrations/2024_08_26_055523_add_qb_product_hash.php +++ b/database/migrations/2024_08_26_055523_add_qb_product_hash.php @@ -17,7 +17,7 @@ return new class extends Migration Schema::table('companies', function (Blueprint $table){ $table->bigInteger('legal_entity_id')->nullable(); - }) + }); } /**