Closed paulsnar closed 2 years ago
Laravel's Eloquent really likes to encode complex data types as JSON for storage, which isn't really that good when Postgres supports a native array type.
This is basically extending Eloquent in userspace (so to speak) to support that.
Laravel's Eloquent really likes to encode complex data types as JSON for storage, which isn't really that good when Postgres supports a native array type.
This is basically extending Eloquent in userspace (so to speak) to support that.