I am trying to see the manual SQL code for a table I created using the graphical user interface. Is there a way to do this and if so how?
Question posted in PhpMyAdmin
The official documentation can be found here.
The official documentation can be found here.
2
Answers
use
see manual
nbk is correct that you would use the SHOW CREATE TABLE command, which is also implemented graphically in phpMyAdmin. From the database structure page (where you see a list of tables), click to select the checkbox for any tables you wish to see the syntax for and the use the "With selected:" dropdown menu on the page to pick "Show create".
It does the same thing, but using the phpMyAdmin interface.
"With selected:" dropdown on the table page
Output of "Show create"