Commit 9f690502 authored by Andreas Heimann's avatar Andreas Heimann Committed by GitHub

Update Song.php

parent be26e605
......@@ -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