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;
|
private $hits;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\Column
|
* @ORM\Column(type="float")
|
||||||
* @var Total score
|
* @var float Total score
|
||||||
*/
|
*/
|
||||||
private $score;
|
private $score;
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@ use Doctrine\Common\Collections\ArrayCollection;
|
||||||
* Users
|
* Users
|
||||||
*
|
*
|
||||||
* @ORM\Table(name="targets",uniqueConstraints={
|
* @ORM\Table(name="targets",uniqueConstraints={
|
||||||
|
* @ORM\UniqueConstraint(name="level_position", columns={"level_id", "position"})})
|
||||||
* })
|
* })
|
||||||
* @ORM\Entity
|
* @ORM\Entity
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue