���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /proc/self/root/usr/share/phpMyAdmin/templates/database/structure/ |
<div class="show_create_results"> <h2>{% trans 'Showing create queries' %}</h2> {% if tables.tables is not empty %} <fieldset> <legend>{% trans 'Tables' %}</legend> <table class="pma-table show_create"> <thead> <tr> <th>{% trans 'Table' %}</th> <th>{% trans 'Create table' %}</th> </tr> </thead> <tbody> {% for table in tables.tables %} <tr> <td><strong>{{ table.name }}</strong></td> <td>{{ table.show_create|raw }}</td> </tr> {% endfor %} </tbody> </table> </fieldset> {% endif %} {% if tables.views is not empty %} <fieldset> <legend>{% trans 'Views' %}</legend> <table class="pma-table show_create"> <thead> <tr> <th>{% trans 'View' %}</th> <th>{% trans 'Create view' %}</th> </tr> </thead> <tbody> {% for view in tables.views %} <tr> <td><strong>{{ view.name }}</strong></td> <td>{{ view.show_create|raw }}</td> </tr> {% endfor %} </tbody> </table> </fieldset> {% endif %} </div>