Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: krutoj_pablo on February 14, 2007, 01:41:01 am
-
Hi.
I've created a table in EA, and tryed to transform it using build in DDL transformation, but after transformation from logical model to DDL all table member sizes became default.
For example i had table
Users(char (20) a, char(100) b, numeric(10, 2) c ...), but after transformation table became (char(10) a, char(10) b, numeric(15, 4) c ). ???
What should i do, to prevent this changes to happen, or this is some kind of bug ?
Thanks anyway
-
The provided DDL transformation wasn't intended to convert between DDL representations and fills in fields as necessary. You'll need to write a new transformation to copy that information across.