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')]