Question Updating DB Via Architect

jmac13

Member
Hi All, (I'm using open edge 10.2b)

For the first time we have used Architect to update our database schema using the DB navigator. Which seems to work nicely. Expect I've noticed that when we've created a new character field on a table that when I do incrementally df it adds in DECIMALS 0 which causes warnings when I Apply the df. Are we doing something wrong to get this? or is it a know bug? is there a way of stopping this? or is it just a upgrade progress version?

Thanks

ADD FIELD "ifType" OF "BGTasks" AS character
DESCRIPTION "test test"
FORMAT "x(8)"
POSITION 23
INITIAL ""
DECIMALS 0
ORDER 230
MAX-WIDTH 20
 
Top