Skip to content

Instantly share code, notes, and snippets.

View keksa's full-sized avatar

Ondřej Exner keksa

  • Ubiquiti Inc.
  • Prague, Czech republic
View GitHub Profile
@keksa
keksa / IntervalType.php
Last active February 2, 2021 09:51
PostgreSQL interval type for Doctrine (PHP)
<?php
declare(strict_types=1);
namespace AppBundle\Database;
use Doctrine\DBAL\Platforms\AbstractPlatform;
use Doctrine\DBAL\Types\Type;
/**
* @see https://www.doctrine-project.org/projects/doctrine-orm/en/2.7/cookbook/custom-mapping-types.html