Example #1
0
 /**
  * Obtain DBMS specific SQL to be used to create datetime fields in
  * statements like CREATE TABLE
  *
  * @param array $fieldDeclaration
  * @return string
  */
 public function getDateTimeTypeDeclarationSql(array $fieldDeclaration)
 {
     throw DoctrineException::getDateTimeTypeDeclarationNotSupported($this);
 }