Skip to content
New issue

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

db/model:show throw when using PostgreSQL's citext type #44236

Closed
mabdullahsari opened this issue Sep 21, 2022 · 0 comments · Fixed by #44237
Closed

db/model:show throw when using PostgreSQL's citext type #44236

mabdullahsari opened this issue Sep 21, 2022 · 0 comments · Fixed by #44237

Comments

@mabdullahsari
Copy link
Contributor

  • Laravel Version: 9.31
  • PHP Version: 8.1.7
  • Database Driver & Version: PostgreSQL 14.4

Description:

The following exception is thrown while using the brand new db:show / model:show commands:

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.

Steps To Reproduce:

php artisan db:show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant