In a project I create a text field (mysql is varchar). I want to change the format to a decimal number. 1 - edit mysql in decimal (2 digits). 2 - I make the change in format number (2 digits) in PHPRunner. The change does not work. The field is always in text format (did the reset of the entire project). Thank You.