Book a Demo

Author Topic: Generation DDL - comment on column?  (Read 3586 times)

jiri.jansta

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Generation DDL - comment on column?
« on: August 16, 2007, 11:20:57 pm »
Hi,
I need generate DDL - table - comment on column, for example:
Comment on column "TABLE1"."ID" is 'identifier ';
How make it?
I use EA 7.0.813.
Thank You for Ideas.
« Last Edit: August 16, 2007, 11:26:16 pm by jiri.jansta »

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Generation DDL - comment on column?
« Reply #1 on: August 17, 2007, 09:38:04 am »
DDL does not generate the comments from the "columns" tab?
Recursion definition:
If you don’t understand the definition read "Recursion definition".

jiri.jansta

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Generation DDL - comment on column?
« Reply #2 on: August 17, 2007, 09:42:39 am »
Yes, exactly so.

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Generation DDL - comment on column?
« Reply #3 on: August 17, 2007, 09:45:55 am »
mmm...I guess it should be added to EA...
Recursion definition:
If you don’t understand the definition read "Recursion definition".

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Generation DDL - comment on column?
« Reply #4 on: August 19, 2007, 01:08:58 pm »
Check the 'Comment Level' option on the DDL generation dialog.  You'll need it set to 'Column' or 'All'.

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Generation DDL - comment on column?
« Reply #5 on: August 19, 2007, 08:36:39 pm »
Thanks
Recursion definition:
If you don’t understand the definition read "Recursion definition".