Question SQL Width change will create an entry in delta df

Hi,

I am changing the SQL width of a field from 60 to 600 , after this if I take a delta.df (incremental) will this change get reflected in the delta.df.

If yes then what is that line described ?

TIA
-Philip-
 
Thanks for the reply.
I noticed when I apply that max-width tag delta df , it is not reflecting in the applied DB. Means SQL width is not getting changed. Any such experience ? Kindly share.
-Philip-
 

TheMadDBA

Active Member
OE version? There are some issues from time to time on different versions.

Honestly I seldom use MAX-WIDTH since I almost always use dbtool to correct any width issues on the production database and all test/dev dbs are restores from production.
 
Top