CREATE TABLE new_table LIKE old_table;
INSERT INTO new_table SELECT * FROM old_table;