Book a Demo

Author Topic: Customizing code generation templates for DDL  (Read 2439 times)

Cris Funk

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Customizing code generation templates for DDL
« on: July 19, 2011, 01:10:40 am »
Has anyone figured out how to modify the code generation templates for the actual database-specific DDL?  I have looked at the DDL transformation templates, but it is my understanding that the tranformation templates are intended for translating one model diagram type to another (ie ERD to Data Model).  I need to be able to extend the output DDL to take advantage to some added tagged values to suppport SQL Server's computed column specification and RowGuid properties.  These would be simple additions to the attribute output when the tagged values are provided.