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