I am using the the VP enterprise edition to draw ER diagram, in a table, a column is of a user type, but in the diagram, it always show the system defined data type, even i put user type in the specification. this is wrong information when see it from the diagram. how to make the user type shown in the diagram?
thanks for your response. I saw this doc page before, and it is not what I mean.
but as in the example on the link you mentioned, in the diagram, the type of name filed is still showing “varchar”, not enum('red", “green”, “blue”). you may argu that one of the enum value is of varchar type. but here is what I want:
I have a table column with name “idList” and I want the idList to be a char [] type (which is supported by the database i am using). I put "char [] " in the “User Type” filed of column specification, but the “char []” is not displayed in the ER diagram and a system-defined type that I have to choose is displayed.