Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: ooboywonder on August 26, 2004, 01:41:45 pm

Title: How do I copy 5 columns from one table to another?
Post by: ooboywonder on August 26, 2004, 01:41:45 pm
Anyone know how I can easily copy 5 columns from one table to another? I have many tables that all share the same 5 security related columns.

-or-

Is there a way I create a table super class that I can inherit these 5 columns from? Parden if I use wrong terminology...
Title: Re: How do I copy 5 columns from one table to anot
Post by: thomaskilian on August 27, 2004, 04:00:55 am
The only solution seem to be: export via XML, use your favourite editor and re-import. You can also use the generalization, but the inherited colums do not get generated when you use Generate DDL  :-/
Title: Re: How do I copy 5 columns from one table to anot
Post by: Amancay on August 27, 2004, 07:32:21 am
Hi!

Have you tried to expand the souce table in the project view while a diagram with the target table is shown and then click and drag the columns (one at a time)?

A
Title: Re: How do I copy 5 columns from one table to anot
Post by: ooboywonder on August 27, 2004, 08:53:20 am
Sweeeeeeet! ;D