mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
fixed: use TEXT instead of VARCHAR to store profession
This commit is contained in:
@@ -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"})
|
||||
*/
|
||||
|
Reference in New Issue
Block a user