Single Doctype Not Updating in Database

I have created a custom single doctype. Then I deleted a field in it but when I checked the database tabSingles the field name is still there. How could I remove it?

Frappe keeps deleted data field in tables while deleting, if you need to delete it you have to delete it directly in MySQL through any client