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

Unsupported type macaddr #1450

Closed
vatsake opened this issue Jul 12, 2023 · 1 comment
Closed

Unsupported type macaddr #1450

vatsake opened this issue Jul 12, 2023 · 1 comment
Labels

Comments

@vatsake
Copy link

vatsake commented Jul 12, 2023

Versions:

  • PHP Version: 10.1.1

Description:

I'm using postgres and my column type is macaddr.
Exception: Unknown database type macaddr requested, Doctrine\DBAL\Platforms\PostgreSQL100Platform may not support it.

php artisan ide-helper:models

Steps To Reproduce:

php artisan ide-helper:models

@vatsake vatsake added the bug label Jul 12, 2023
@mfn
Copy link
Collaborator

mfn commented Jul 12, 2023

You can "map" unsupported database types, see https://github.com/barryvdh/laravel-ide-helper#unsupported-or-custom-database-types

@mfn mfn closed this as completed Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants