From 2f09fbd8f6e3bf9a1c942548b7db0c562f73361f Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Sun, 27 Apr 2025 00:08:38 +0000 Subject: [PATCH] bug fix --- hesabixCore/src/Entity/HesabdariRow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hesabixCore/src/Entity/HesabdariRow.php b/hesabixCore/src/Entity/HesabdariRow.php index dcb2bd6..a018b0e 100644 --- a/hesabixCore/src/Entity/HesabdariRow.php +++ b/hesabixCore/src/Entity/HesabdariRow.php @@ -59,7 +59,7 @@ class HesabdariRow #[Ignore] private ?Commodity $commodity = null; - #[ORM\Column(type: Types::INTEGER, nullable: true)] + #[ORM\Column(length: 255, nullable: true)] private ?int $commdityCount = null; #[ORM\ManyToOne(inversedBy: 'hesabdariRows')]