Exemplo n.º 1
0
 /**
  * Obtain DBMS specific SQL to be used to create time fields in statements
  * like CREATE TABLE.
  *
  * @param array $fieldDeclaration
  * @return string
  */
 public function getTimeTypeDeclarationSql(array $fieldDeclaration)
 {
     throw DoctrineException::getTimeTypeDeclarationNotSupported($this);
 }