Hi, I am new to magic draw and when I try to create an DDL from ER diagram, it creates DDL with below content. DDL generation from Diagrams with "Table" working as expected but not from Entity based ER Diagram. Using version 2021x. Please suggest if I am missing any steps
--@(#) script.ddl
---SKIPPED: Entity Employee
Steps I follow
1. Create Diagram -> ER Diagram
2. Create a Entity - Employee (Tables are working but not Entity)
3. Right click on Code Engineering Sets -> new -> DDL -> Oracle
4. Edit Code engineering set and added Employee from "Data from Model" . I can see Employee entity under script.ddl
5. right click on Code engineering set and Generate. It creates the ddl file but says SKIPPED: Entity Employee.
Please advice