This is what I would like to use:
#[ORM\Column(type: "string")]
instead of this:
/**
* @ORM\Column(type="string")
*/
But I'm getting this error:
(error: Class 'Column' is not annotated with 'Attribute' )
Is it because Doctrine does not support it yet, or am I missing something?