Commit cd964938 authored by Andreas Heimann's avatar Andreas Heimann
parents 8a6581ec 9f690502
...@@ -52,12 +52,12 @@ class Song ...@@ -52,12 +52,12 @@ class Song
private $tags; private $tags;
/** /**
* @ORM\Column(type="integer", nullable=true) * @ORM\Column(type="integer", nullable=true, options={"default": 0})
*/ */
private $views; private $views;
/** /**
* @ORM\Column(type="integer", nullable=true) * @ORM\Column(type="integer", nullable=true, options={"default": 0})
*/ */
private $downloads; private $downloads;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment