标签: database data-modeling data-warehouse erwin
我必须向模型中的所有表添加许多审核列(CreateDate,UpdateDate ....)。
我可以将列从一个实体复制到另一个实体,但这非常慢。
是否可以快速将这些列一次性添加到所有表中?
谢谢
骗局