Book a Demo

Author Topic: Diagram: Character length of inital/default Value  (Read 3088 times)

CLX

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Diagram: Character length of inital/default Value
« on: March 04, 2009, 09:23:04 am »
Hi,

How can I change the displayed character length of the inital/default value in a diagram?

Example Database Model:
Code: [Select]
<<column>>
created_at: TIMESTAMP = '0000-00-00 00:...

Max 20 characters will be displayed and then ...
What do I need to change, so that the line looks like this?

Code: [Select]
<<column>>
created_at: TIMESTAMP = '0000-00-00 00:00:00'

Thanks

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Diagram: Character length of inital/default Va
« Reply #1 on: March 05, 2009, 09:35:21 am »
There's no option to change it.  Default values on attributes always truncate at that point.

tanja

  • EA User
  • **
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Re: Diagram: Character length of inital/default Va
« Reply #2 on: March 22, 2009, 10:48:59 pm »
This seems to be a pretty serious limitation. We need to display version name and cannot fit it to 20 characters, so the very important info gets lost on the diagram.
I hope that this limitation gets fixed soon...