graph détaillé, listing clés courantes

This commit is contained in:
Tykayn 2025-07-12 14:28:00 +02:00 committed by tykayn
parent b771aea541
commit 9eb08073d0
7 changed files with 213 additions and 48 deletions

View file

@ -31,7 +31,7 @@ class Place
#[ORM\Column]
private ?bool $dead = null;
#[ORM\Column(length: 255, nullable: true, options: ['charset' => 'utf8mb4'])]
#[ORM\Column(type: Types::TEXT, nullable: true, options: ['charset' => 'utf8mb4'])]
private ?string $note = null;
#[ORM\Column(nullable: true)]