Hello. By default "i_engine_size" uses whole numbers. I want it to understand decimals. So in mysql i changed type from "INT()" to "float" for "i_engine_size" and everything is working as i want, but not sure what to do with line 32 struct.sql (i_engine_size INT(10) UNSIGNED,). Can i keep it as it is or it should be changed?