Question

Modify string length in object

I have created a text field of length 500 in an object and published it. Later if I try to decrease the text length say 250, It is not getting reflected in the table design(the column still shows varchar(500) and not 250). But the other way round works. Whenever I change it from 250 to 500 length, It gets updated in the table design. Can someone help me with this issue?

Like 0

Like

1 comments

you can try clearing the data from that column and changing the field length and compiling the object once again.

 

Show all comments