Commit cd964938 authored by Andreas Heimann's avatar Andreas Heimann
parents 8a6581ec 9f690502
......@@ -52,12 +52,12 @@ class Song
private $tags;
/**
* @ORM\Column(type="integer", nullable=true)
* @ORM\Column(type="integer", nullable=true, options={"default": 0})
*/
private $views;
/**
* @ORM\Column(type="integer", nullable=true)
* @ORM\Column(type="integer", nullable=true, options={"default": 0})
*/
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