[BUG] "The `pgsql` driver is not supported at this time."
renege opened this issue · 1 comments
renege commented
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
bennett-treptow commented
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