Файл vendor/doctrine/dbal/src/Platforms/MySQLPlatform.php Вес запакованого файла 164b (164 b) Вес распакованого файла: 230b (230 b) Метод сжатия: 8
<?php
namespace Doctrine\DBAL\Platforms;
/**
* Provides the behavior, features and SQL dialect of the Oracle MySQL database platform
* of the oldest supported version.
*/
class MySQLPlatform extends AbstractMySQLPlatform
{
}