isSqlite()) { return; } $this->addSql('CREATE SCHEMA public'); } private function isSqlite(): bool { return $this->connection->getDatabasePlatform()->getName() === 'sqlite'; } }