April 03, 2026
NEWDealing with shape shifting data building dynamic tables in Filament
In a perfect world, every database column is predefined, and every model is predictable. But in the real world, we often deal with EAV (Entity-Attribute-Value) patterns, JSONB metadata, or dynamic form builders where the user defines the fields.
Read more →