Ver Fonte

Changed method to test sql doctrine

Jean Sumara há 5 anos atrás
pai
commit
4b2c2eff62
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/FTTHBundle/Entity/ONULogOLT.php

+ 1 - 1
src/FTTHBundle/Entity/ONULogOLT.php

@@ -31,7 +31,7 @@ class ONULogOLT
     protected $directory;
 
     /**
-     * @ORM\Column(type="datetime", options={"default": "CURRENT_TIMESTAMP"})
+     * @ORM\Column(type="datetime", nullable=false)
      */
     protected $date;