laravel-cursor-paginator
laravel-cursor-paginator copied to clipboard
fix: use unionAll
Union does not work well with JSON columns:
could not identify an equality operator for type json
In this case we can also use unionAll because we don't need deduplication.
This might be up to discussion because it can be solved by using "jsonb" instead of "json".