rdumont
2011-01-11 12:46:02 UTC
i'm generating a pdm from a cdm using PD 15.2 for a sql server 2008
platform. The only auto increment data type option I see in CDM is the
serial option which then creates a numeric column in the PDM with an
identity property. How can I get it to generate an integer column with
identity property?
I managed to embed the identity property in the CDM data type but then
when my foreign keys are created in the PDM they too have the identity
property which I do not want.
platform. The only auto increment data type option I see in CDM is the
serial option which then creates a numeric column in the PDM with an
identity property. How can I get it to generate an integer column with
identity property?
I managed to embed the identity property in the CDM data type but then
when my foreign keys are created in the PDM they too have the identity
property which I do not want.