Create an empty table, use a WHERE clause that is always false
CREATE TABLE dst_tbl SELECT * FROM src_tbl WHERE 0;