Hello!
How can I in myPHPadmin see the code for "recreating" an existing table please?
(The SQL syntax that is shown after a table has been created)
Thanks,
There's a SQL statement you can use :
SHOW CREATE TABLE <table>;
Thanks for the help.