Файл vendor/doctrine/dbal/src/Platforms/PostgreSQL94Platform.php Вес запакованого файла 174b (174 b) Вес распакованого файла: 259b (259 b) Метод сжатия: 8
<?php
namespace Doctrine\DBAL\Platforms;
/**
* Provides the behavior, features and SQL dialect of the PostgreSQL 9.4+ database platform.
*
* @deprecated Use {@see PostgreSQLPlatform} instead.
*/
class PostgreSQL94Platform extends PostgreSQLPlatform
{
}