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.