diff --git a/templates/database/structure/structure_table_row.twig b/templates/database/structure/structure_table_row.twig index dfa08b737c..5c56e167df 100644 --- a/templates/database/structure/structure_table_row.twig +++ b/templates/database/structure/structure_table_row.twig @@ -234,7 +234,11 @@ - {% trans 'in use' %} + {% if current_table['Comment'] is not empty %} + {{ current_table['Comment'] }} + {% else %} + {% trans 'in use' %} + {% endif %} {% endif %}