We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1262189 commit 77f5f79Copy full SHA for 77f5f79
resources/templates/table/structure/display_structure.twig
@@ -408,6 +408,14 @@
408
<a href="{{ url('/normalization', {'db': db, 'table': table}) }}">
409
{{ get_icon('normalize', t('Normalize'), true) }}
410
</a>
411
+ <a href="{{ url('/database/structure/show-create') }}" data-post="{{ get_common({
412
+ 'db': db,
413
+ 'selected_tbl[]': table,
414
+ 'sql_query': '',
415
+ 'session_max_rows': 'all'
416
+ }, '', false) }}">
417
+ {{ get_icon('b_sql', t('Show create'), true) }}
418
+ </a>
419
{% endif %}
420
{% if tbl_is_view and not db_is_system_schema %}
421
{% if is_active %}
0 commit comments