We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following exception is thrown while using the brand new db:show / model:show commands:
db:show
model:show
Unknown database type citext requested, Doctrine\DBAL\Platforms\PostgreSQL100Platform may not support it.
This is due to the email field in my database being of the custom citext type.
email
citext
php artisan db:show
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description:
The following exception is thrown while using the brand new
db:show
/model:show
commands:This is due to the
email
field in my database being of the customcitext
type.Steps To Reproduce:
The text was updated successfully, but these errors were encountered: