how to get create table query preview in phpmyadmin

Solutions on MaxInterview for how to get create table query preview in phpmyadmin by the best coders in the world

showing results for - "how to get create table query preview in phpmyadmin"
Jona
09 Jan 2019
1Use the following query in sql tab:
2
3SHOW CREATE TABLE your_table_name
4
5Press GO button
6
7After show table, above the table ( +options ) Hyperlink.
8
9Press +options Hyperlink then appear some options select (Full texts) press GO button.