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 #1 #144

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.