Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可以从数据建模器中的逻辑模型生成一个 sql 脚本,我可以做相反的事情吗?我从 django 创建数据库并迁移到 oracle,生成逻辑模型将非常有用。
是的。
在 Data Modeler 中,文件 - 导入
选择您的 SQL 文件或使用数据库连接从数据库中导入数据字典。
这将为您提供一个关系模型。
然后您可以使用工程师到逻辑模型按钮来获取您的逻辑设计和 ERD。