Field Type not updating in database

In lms quiz result doctype I have changed answer field type from data to text using property setter. Its changed in doctype and visable as text type but in database its not changing its still varchar(140) which is limiting to enter long answer which more than 140 chars.

Hi @ram_subba_reddy:

Tried bench --yoursite migrate
Any error on field type change?

@avc I did migrated and also tried setup requirements. I didn’t got any error

@ram_subba_reddy Please Delete This Property Setter and Create Again And Migrate and build your bench and then check in database

1 Like