Hello again! Wow, I keep finding differences in the TD when trying to switch from DB2 to Oracle. So from one of the last issues I brought up, we are having to switch all non-identifying attributes from Mandatory to Optional, and then setting the default value in order to get the proper DDL generated. That is working fine. However, because I have to retransform in order to implement "optional" as null, that is now taking all of my TIMESTAMP attributes and selecting a default of DATE rather than TIMESTAMP when doing the implementation. I have found that I can go in and reset it column by column here, but was hoping there is some higher level property to tell the transformation to choose TIMESTAMP as the default. Anyone know how???
