How do you set the database schema, at the package level, in SPARX Enterprise Architect?
问题 Example: I have a Data Model with a package called Academic. Inside of Academic, I have tables called Instructor and Student. When I "Generate DDL", I'd like Instructor and Student to be generated as: CREATE TABLE [Academic].[Instructor] ... CREATE TABLE [Academic].[Student] ... I have tried setting the tagged value named OWNER (EAUML::table::OWNER) on each table (which works), however I'd like to think that I could somehow set this at the package level and have all of the tables within