文件操作 - show_create_row.twig
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/cwpsrv/var/services/pma_07-07-2021.bak/templates/database/structure/show_create_row.twig
编辑文件内容
<fieldset> <legend>{{ title }}</legend> <table class="show_create"> <thead> <tr> <th>{{ raw_title }}</th> <th>{{ 'Create %s'|trans|format(raw_title) }}</th> </tr> </thead> <tbody> {% for object in db_objects %} <tr> <td><strong>{{ object|mime_default_function }}</strong></td> <td>{{ dbi.getTable(db, object).showCreate()|mime_default_function }}</td> </tr> {% endfor %} </tbody> </table> </fieldset>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件