Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
doctrine
/
dbal
/
src
/
Platforms
/
Editing: MySQLPlatform.php
<?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 { }
Save
Cancel