diff --git a/hesabixCore/src/Entity/Registry.php b/hesabixCore/src/Entity/Registry.php index 7d8db42d..c9d5a822 100644 --- a/hesabixCore/src/Entity/Registry.php +++ b/hesabixCore/src/Entity/Registry.php @@ -19,7 +19,7 @@ class Registry #[ORM\Column(length: 255)] private ?string $name = null; - #[ORM\Column(length: 255)] + #[ORM\Column(type: "text", nullable: true)] private ?string $valueOfKey = null; public function getId(): ?int