📜  如何在 phpmyadmin 中获取创建表查询预览 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:55.094000             🧑  作者: Mango

代码示例1
Use the following query in sql tab:

SHOW CREATE TABLE your_table_name

Press GO button

After show table, above the table ( +options ) Hyperlink.

Press +options Hyperlink then appear some options select (Full texts) press GO button.