Hi,
When viewing a table (for a MySQL DB or others: I use HeidiSQL mainly for MySQL), we can view table structure, indexes, partitions, and foreign keys.
It would be great to also have the list of triggers concerning this table.
In MySQL, one would do a
SHOW TRIGGERS WHERE table
= '...'
It would be useful to have a tab showing these triggers for the table, and allowing to "open" them (just as one would do by clicking the corresponding trigger in the session panel [the left pannel])