Hit
This commit is contained in:
parent
3a90f85f59
commit
2c20a122d2
2 changed files with 3 additions and 2 deletions
|
@ -43,8 +43,8 @@ class Game
|
|||
private $hits;
|
||||
|
||||
/**
|
||||
* @ORM\Column
|
||||
* @var Total score
|
||||
* @ORM\Column(type="float")
|
||||
* @var float Total score
|
||||
*/
|
||||
private $score;
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ use Doctrine\Common\Collections\ArrayCollection;
|
|||
* Users
|
||||
*
|
||||
* @ORM\Table(name="targets",uniqueConstraints={
|
||||
* @ORM\UniqueConstraint(name="level_position", columns={"level_id", "position"})})
|
||||
* })
|
||||
* @ORM\Entity
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue