Book a Demo

Author Topic: number(10,0) becomes number(10)  (Read 2370 times)

Mikael Brodd

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
number(10,0) becomes number(10)
« on: June 29, 2009, 07:37:22 pm »
Hi,

I have a column in my table in my UML diagram that is specified to be a number(10,0). When I generate DDL from it it becomes number(10). To my somewhat limited knowledge this means that the column will be a "float" in the database (Oracle 10) instead of an integer.
Have I done something wrong to get this from the generation or is there a way to correct it?

I use EA 7.1.

best regards - Mikael Brodd

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: number(10,0) becomes number(10)
« Reply #1 on: June 30, 2009, 08:10:36 am »