교리에서 복합 고유 키를하고 싶습니다. 그게 내 분야입니다.
/**
* @var string $videoDimension
*
* @Column(name="video_dimension", type="string", nullable=false)
*/
private $videoDimension;
/**
* @var string $videoBitrate
*
* @Column(name="video_bitrate", type="string", nullable=false)
*/
private $videoBitrate;
함께 결합 된 것이 복합 고유 키라는 교리를 어떻게 보여줄 수 있습니까?