rinvex / laravel-attributes

⚠️ [ABANDONED] Rinvex Attributable is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
MIT License
434 stars 104 forks source link

supporting Maria DB dynamic columns #145

Closed pishguy closed 3 years ago

pishguy commented 3 years ago

this package supported MariaDb dynamic columns?

Omranic commented 3 years ago

This package uses column types that's supported by MySQL, MariaDB, and PostgreSQL.

If you've a specific use case in mind, please explain so we can help you better.

pishguy commented 3 years ago

in MariaDB as we know we have dynamic column and it's supported with maria-db which we have some sql command into that to select or make queries

Omranic commented 3 years ago

I understand, but you still didn't mention how this is related to the package, why do you need dynamic fields and what's your use case for it in this package?