AccompanyingPeriod/Origin: set label as json

This commit is contained in:
2021-04-19 13:24:15 +02:00
parent b490f4a82c
commit 51e9b1fcf2
2 changed files with 37 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ class Origin
private $id;
/**
* @ORM\Column(type="string", length=255)
* @ORM\Column(type="json")
*/
private $label;