How to change a field type?

Does frappe have no concept of migrations, like django ORM? Trying to change field type/make field non-required - get error instead, saying I can’t do that. Is it at least possible to do with code, or I’d have to re-create a whole app again due to one field’s misconfiguration?

Hi,

Just delete that field and re-add the same again with correct field type.

Thanks,

Divyesh M.