Copy column between tables in Enterprise Architect

I am using Enterprise Architect to model the database.
Often I have a column in the tables (CreateDate, CreateUserId, etc.), but I don’t know how I can copy some columns from one table to the second table?

+6
source share
1 answer

This is indeed possible, although not obvious. Open the chart, expand the table you want to copy in Project Browser, then you will see all the attributes (columns) of the table. Select one or more and drag them to the destination table in the diagram! If you drag them to the destination table in Project Browser, you will move the columns instead.

+11
source

All Articles