1
General Board / How to generate Table version in generated DDL?
« on: April 12, 2019, 11:34:21 pm »
This should be a simple problem for the Sparx experts.
I want to record the Table version in a comment in the DDL. I've modified the DDL generation template but cant find the appropriate property to inject the table version.
Could someone give me the magic name to get the Table version out in the DDL generation.
Many thanks - Gareth
I want to record the Table version in a comment in the DDL. I've modified the DDL generation template but cant find the appropriate property to inject the table version.
Code: [Select]
$start = "/*"
$end = "*/"
$start Table Owner : %tableProperty:"Owner"% $end
$start Table Version : %tableProperty:"Version"% $end
Could someone give me the magic name to get the Table version out in the DDL generation.
Many thanks - Gareth