Questions tagged as 'symfony4'

0
answers

Entity from view with float as ID

I have the following model: use Doctrine\ORM\Mapping as ORM; /** * SignosGuion * * @ORM\Entity * @ORM\Table(name="vw_signos_guion") */ class SignosGuion { /** * @var float * * @ORM\Column(name="id", type="float", nulla...
asked by 14.02.2018 / 17:57