Issue
How can I generate a create table script for an existing table in phpmyadmin?
Solution
Use the following query in sql tab:
SHOW CREATE TABLE tablename
To view full query There is this Hyperlink named +Options left above, There select Full Texts
Answered By - Karan Punamiya Answer Checked By - Pedro (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.