Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/11/2014, 06:51
Avatar de Dundee
Dundee
 
Fecha de Ingreso: junio-2002
Ubicación: El Médano
Mensajes: 1.310
Antigüedad: 21 años, 10 meses
Puntos: 8
Respuesta: Claves primarias compuestas (composite primary key)

He agregado
* @ORM\GeneratedValue(strategy="AUTO")
a la propiedad Id.
Código PHP:
  /**
   * @var integer
   *
   * @ORM\Column(name="id", type="integer", nullable=false)
   * @ORM\GeneratedValue(strategy="AUTO")
   * @ORM\Id
   */
  
private $id
Y ahora tengo otro error
Código:
Single id is not allowed on composite primary key in entity Branch\MainBundle\Entity\Branch
500 Internal Server Error - MappingException
__________________
Videotutoriales de Drupal