I use Enterprise Architect to model database.
Often I have the column in tables (CreateDate, CreateUserId etc), but I don't know how can I copy some columns from one table to second table?
Asked
Active
Viewed 2,150 times
7
1 Answers
14
That's actually possible, although not obvious. Open your diagram, expand the table you want to copy from in Project Browser, then you will see all the attributes (columns) of the table. Select one or multiple and drag them to the destination table on the diagram! If you drag them to destination table in Project Browser you will move the columns instead.

Sebastian K
- 6,235
- 1
- 43
- 67
-
This is indeed not obvious, so +1 – APC Aug 29 '13 at 06:37
-
This method works for any attribute or operation, not only for columns. – Geert Bellekens Apr 17 '17 at 07:11
-
This is great! Wish I had known about this earlier. – Jay Cummins Jul 05 '18 at 16:44