Hi everyone,
Do you know why I can’t see the data from the table badge_posts in Data Explorer? The weird thing is that I can run a query from this table but not see it.
1 Like
I have actually wondered this myself a couple of times, so I went and asked a clever person.
Apparantly:
It’s technically a Postgres ‘view’ rather than a table
You should still be able to query it, but it won’t be included in the auto-generated tree of tables/columns
4 Likes