You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run the commanf php artisan db:show and you have a table in your database with an enum column it will throw an exception.
Unknown database type enum requested, Doctrine\DBAL\Platforms\MySQL57Platform may not support it.
at vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:418
Steps To Reproduce:
Create a database with a table where one column is an enum type
Run the command php artisan db:show
See the exception
The text was updated successfully, but these errors were encountered:
Description:
When you run the commanf
php artisan db:show
and you have a table in your database with an enum column it will throw an exception.Steps To Reproduce:
php artisan db:show
The text was updated successfully, but these errors were encountered: