Hi guys !!
I am trying to copy structure of one table to other. I have few constraints like primary key,check constraint, not null, and foreign key in parent table.
But, when I am copying table stucture to another only not null constraint is copying. How can I copy whole table structure including all constraints to another table?