laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.33k stars 10.96k forks source link

dbal enum problem on artisan db:show #43684

Closed estagent closed 2 years ago

estagent commented 2 years ago

Description:

artisan db:show

In AbstractPlatform.php line 418:

Unknown database type enum requested, Doctrine\DBAL\Platforms\MySQL80Platform may not support it

DBAL ENUM PROBLEM

exception is thrown only/when database has any Enum field defined.

jbrooksuk commented 2 years ago

This is already fixed and will be available in the next release.