I have a status table, and a status_category table.
On the status table, every status has a category_id
field, which refers to the status_category
table.
When I click on the ID, I get a dropdown with the items from the other table, with ID and Label (I think it takes it from the first text column). Like this 1: Notification
I think it'd be nice to have an option to always show the labels on the column, could be a grayed out text just so it's not so obstrusive, but it would be a nice information.
Also, an option to toggle this, of course!
Amazing application, by the way. It's my favorite SQL tool and I use it all day.