SQL Type not correctly displayed

Initially, I had a specific column as an INT in the DB and created a form such that it picked this up and created the field with SQL Type as INT. For some reason I had to change this to VARCHAR in the DB. I noticed that the SQL Type for this field is still INT. It seems to have cached the data. I altered my SC Data Type to Text and the form is working fine. However, I wanted to know if this SQL Type being wrongly mentioned will cause a problem?

Is there a way to “regenerate” the form such that it picks up the updated data types from the DB?

Regards.

This is an issue reported a while ago as a bug. You can synchronize, but it doesn’t change the fieldtype/length although it detects the changes. I think you did the correct thing and will not run into problems.