Updating PostgreSQL Driver Manually in PHPStorm
Recently I had to update PHPStorm’s PostgreSQL Driver manually as it was failing to read a project’s tables. Instead of seeing the all so familiar table names all I saw was the sequences where the tables should be seen. Further observation of the database settings yielded no red flags. PHPStorm also had all its latest…