/home/techb158/immovalet.com/vendor/doctrine/dbal/src/Platforms
NameSizeModeActions
Keywords/-0755rm
AbstractPlatform.php1020080644editdlrm
DateIntervalUnit.php4700644editdlrm
DB2Platform.php254580644editdlrm
MariaDb1027Platform.php12670644editdlrm
MySQL57Platform.php20040644editdlrm
MySQL80Platform.php7690644editdlrm
MySQLPlatform.php349120644editdlrm
OraclePlatform.php343720644editdlrm
PostgreSQL94Platform.php374620644editdlrm
PostgreSQL100Platform.php14250644editdlrm
SqlitePlatform.php366430644editdlrm
SQLServer2012Platform.php550590644editdlrm
TrimMode.php3100644editdlrm
Edit: /home/techb158/immovalet.com/vendor/doctrine/dbal/src/Platforms/MySQL57Platform.php (2004B)
getQuotedName($this)]; } /** * {@inheritdoc} * * @deprecated Implement {@link createReservedKeywordsList()} instead. */ protected function getReservedKeywordsClass() { Deprecation::triggerIfCalledFromOutside( 'doctrine/dbal', 'https://github.com/doctrine/dbal/issues/4510', 'MySQL57Platform::getReservedKeywordsClass() is deprecated,' . ' use MySQL57Platform::createReservedKeywordsList() instead.' ); return Keywords\MySQL57Keywords::class; } /** * {@inheritdoc} */ protected function initializeDoctrineTypeMappings() { parent::initializeDoctrineTypeMappings(); $this->doctrineTypeMapping['json'] = Types::JSON; } }