Skip to content

Instantly share code, notes, and snippets.

@Veve2
Created March 24, 2016 10:41
Show Gist options
  • Save Veve2/61fc99be44b5972412af to your computer and use it in GitHub Desktop.
Save Veve2/61fc99be44b5972412af to your computer and use it in GitHub Desktop.
Doctrine: Contrainte unique sur des champs mutiples
/**
* @ORM\Entity
* @ORM\Table(name="ecommerce_products",uniqueConstraints={
* @ORM\UniqueConstraint(name="search_idx", columns={"name", "email"})})
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment