예제 #1
0
파일: Setup.php 프로젝트: bevello/bevello
 protected function _getAttributeColumnDefinition($code, $data)
 {
     $definition = parent::_getAttributeColumnDefinition($code, $data);
     if ($code === 'bronto_imported' && is_string($definition)) {
         return 'datetime NULL DEFAULT NULL';
     }
     return $definition;
 }