Without coping data, we can easy to create the same table structure (schema) using the below SQL command.
CREATE TABLE NewTableName SELECT * FROM FromTableName LIMIT 0
Without coping data, we can easy to create the same table structure (schema) using the below SQL command.
CREATE TABLE NewTableName SELECT * FROM FromTableName LIMIT 0