simpli Posted March 20, 2009 Share Posted March 20, 2009 Hi, I have using phpmyadmin. I created tables but in the course of my programming the design of the tables have changed. Is there a way I can obtain the create table statements that would give me a table structure similar to what I currently have? I want to store these away in the event I have to recreate the tables. Thanks for the help. J-R Quote Link to comment Share on other sites More sharing options...
Mchl Posted March 20, 2009 Share Posted March 20, 2009 Use export to SQL feature or do SHOW CREATE TABLE tbl_name Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.