Since: 2.0
Author: Roman Borschel (roman@code-factory.org)
Author: Jonathan H. Wage (jonwage@gmail.com)
Author: Benjamin Eberlei (kontakt@beberlei.de)
Author: Steve Müller (st.mueller@dzh-online.de)
Inheritance: extends Doctrine\DBAL\Platforms\AbstractPlatform
Example #1
0
 /**
  * @override
  */
 protected function initializeDoctrineTypeMappings()
 {
     parent::initializeDoctrineTypeMappings();
     // add uniqueidentifier
     $this->doctrineTypeMapping['uniqueidentifier'] = 'uniqueidentifier';
 }