这是我想使用的:
#[ORM\Column(type="string")]
Run Code Online (Sandbox Code Playgroud)
而不是这个:
/**
* @ORM\Column(type="string")
*/
Run Code Online (Sandbox Code Playgroud)
但我收到此错误:
(error: Class 'Column' is not annotated with 'Attribute' )
Run Code Online (Sandbox Code Playgroud)
是因为 Doctrine 还不支持它,还是我错过了什么?