Doctrine\DBAL\Platforms\SQLServerPlatform::getDateTimeTypeDeclarationSQL PHP Method

getDateTimeTypeDeclarationSQL() public method

{@inheritDoc}
public getDateTimeTypeDeclarationSQL ( array $fieldDeclaration )
$fieldDeclaration array
    public function getDateTimeTypeDeclarationSQL(array $fieldDeclaration)
    {
        return 'DATETIME';
    }
SQLServerPlatform