From 77f5f7922ba1200714287c844a8bcb29962ce7f2 Mon Sep 17 00:00:00 2001 From: Zjmainstay Date: Thu, 28 Aug 2025 22:40:15 +0800 Subject: [PATCH] add show create table link (#19812) Fixes #19745 * add show create table link Signed-off-by: Zjmainstay --------- Signed-off-by: Zjmainstay --- .../templates/table/structure/display_structure.twig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/templates/table/structure/display_structure.twig b/resources/templates/table/structure/display_structure.twig index c7ed1d6833..94edec6319 100644 --- a/resources/templates/table/structure/display_structure.twig +++ b/resources/templates/table/structure/display_structure.twig @@ -408,6 +408,14 @@ {{ get_icon('normalize', t('Normalize'), true) }} + + {{ get_icon('b_sql', t('Show create'), true) }} + {% endif %} {% if tbl_is_view and not db_is_system_schema %} {% if is_active %}