i want to change a custom Field
test= fields.Integer(string="Test")
to
test = fields.Char(string="TEst")
if i do this it works but all existing Values will be lost in DB. Is it possible to make this without loosing the existing values? (castet to Strings in DB)