Change database field type

Hello,

in my DB, I changed the field type of one field from VARCHAR to INT.
When editing the fields of my grid application, I cam switch one field’s data type from text to integer.
But SQL type remains VARCHAR.
How can I make ScriptCase update that?

Thanks,
Sascha,

Re: Change database field type

Show Application>>Synchronize Table in Form Applications …
This is the tool to change SQL-Datatypes.

Regards