Mysql Copy Table Structure To New Table
Posted:
Friday, January 13th, 2012Last modified:
Friday, May 1st, 2015Topics:
MySQLCopy Mysql Table Structure Only
To create a new table with same structure as an existing table, but not the data, use the following:
CREATE t1 LIKE t2;
Available Wiki Topics
The operator of this site makes no claims, promises, or guarantees of the accuracy, completeness, originality, uniqueness, or even general adequacy of the contents herein and expressly disclaims liability for errors and omissions in the contents of this website.