Disambiguate Global Table Names

Names shown in this pane are global:
image

Change a Global table name in one App, and it changes in all the apps that share it. In this case, I have shared one Members table each, from two different databases.

Fortunately, the local table names are unique (within each App), and could be used to disambiguate the names shown here.

My request: display the local table names here, too. Then I can easily tell which database each table came from, without having to open the table, or disturb (rename) any Global names.

Thus, instead of
Members
Members

we would see
Members (dev_members)
Members (test_members)

As in
image

Edit: Also see: TIL/FYI: Multi-database table names

2 Likes