Select * INTO newTable from OldTable where 1 = 2
Think although the table structure can be replicated, some information of the table, such as the default value, whether it is empty and the primary key
My original practice is to add this information to a new table, a bit trouble, don't know if you have any other way?