fixed: use TEXT instead of VARCHAR to store profession

This commit is contained in:
2023-03-06 13:01:10 +01:00
parent f15017ebd7
commit 1b2c0ecc87
2 changed files with 2 additions and 4 deletions

View File

@@ -250,7 +250,7 @@ class ThirdParty implements TrackCreationInterface, TrackUpdateInterface
/**
* [fr] Qualité.
* @ORM\Column(name="profession", type="string", length=255, nullable=false)
* @ORM\Column(name="profession", type="text", nullable=false)
* @Groups({"read", "write", "docgen:read", "docgen:read:3party:parent"})
* @Context(normalizationContext={"groups": "docgen:read"}, groups={"docgen:read:3party:parent"})
*/