Hello, I am requesting that we can see trigger names on tables shown in a workspace
Maybe something like the following:
table1
tableId Integer NN (PK) (IX0)
tableEntry Varchar(20) NN
idx_table1_tableId_0
tri_table1_noDelete (TRI)
Where TRI shows that it’s a trigger.? It would be really, really useful when printing these things out and we can see where the triggers are, and which tables need triggers.