How do you copy the table structure from one table to another via an SQL statement so all of the table attributes (like primary keys, what can be null, default values, enum values, etc) remain in tact?
I know you can do it via phpMyAdmin in the "operations" tab, but I need to do this via a script.
Anybody know?
-Bob
I know you can do it via phpMyAdmin in the "operations" tab, but I need to do this via a script.
Anybody know?
-Bob






