how to query & filter depending on if a key exists in a jsonb column?
Right now i have a table where a column is a nullable jsonb type. And i want to get all rows depending on if a key exists in the column, how do i achieve this in dart? Thank you in advance 