Example #1
0
 public function sqlNullable()
 {
     return $this->autoNow ? 'NULL' : parent::sqlNullable();
 }