-
Notifications
You must be signed in to change notification settings - Fork 1.5k
-
Records exists but returning empty. Why?
How to trace the query?
select "roles".*, "role_has_permissions"."permission_id" as "pivot_permission_id",
"role_has_permissions"."role_id" as "pivot_role_id" from "roles" inner join "role_has_permissions" on "roles"."_id" =
"role_id" where "permission_id" in ("60dffd46807f0000d0005522", "60dffd46807f0000d0005524",
"60dffd46807f0000d0005527")
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment