mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-09 17:02:46 +02:00
graph détaillé, listing clés courantes
This commit is contained in:
parent
b771aea541
commit
9eb08073d0
7 changed files with 213 additions and 48 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue