Вход Регистрация
Файл: vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php
Строк: 9
<?php

namespace DoctrineDBALPlatforms;

/**
 * Provides the behavior, features and SQL dialect of the MySQL 8.0 (8.0 GA) database platform.
 */
class MySQL80Platform extends MySQL57Platform
{
    
/**
     * {@inheritdoc}
     */
    
protected function getReservedKeywordsClass()
    {
        return 
KeywordsMySQL80Keywords::class;
    }
}
Онлайн: 0
Реклама