Ist possible to generate create table script based on the classes used in the universe.? Its something like the class name should be the table name and the object name should be column name.
Since there is no option from universe, any chances through macro.?
You don’t really have enough information to do that. For example, Designer only has Date, Character, and Number types. Most databases offer char or varchar and a wide variety of numeric types. You also don’t have any precision (length) information. It shoulds like what you want is a way to reverse engineer a database.