up charset
This commit is contained in:
parent
31bbf6fc36
commit
5b1eca615b
4 changed files with 87 additions and 9 deletions
|
@ -52,7 +52,7 @@ class Stats
|
|||
#[ORM\Column(type: Types::INTEGER, nullable: true)]
|
||||
private ?int $avec_note = null;
|
||||
|
||||
#[ORM\Column(length: 255, nullable: true)]
|
||||
#[ORM\Column(length: 255, nullable: true, options: ['charset' => 'utf8mb4'] )]
|
||||
private ?string $name = null;
|
||||
|
||||
// nombre d'habitants dans la zone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue