bennett-treptow/laravel-migration-generator

[BUG] "The `pgsql` driver is not supported at this time."

renege opened this issue · 1 comments

Package Version
3.1.5

Database Version
PostgreSQL

Describe the bug

▶ php artisan generate:migrations --connection=pgsql
Using connection pgsql
The `pgsql` driver is not supported at this time.

To Reproduce
Use postgresql

Expected behavior
A migration dump of the postgresql database

The message provided is an accurate statement: The PostgreSQL driver does not exist. Only MySQL databases are supported currently, as described in the README.md