How can I change the type of column from int to float? – Mysql
We are using phpmyadmin database to store our user datas. There is a column named 'gold' and it is int(11). So when the users max out their golds, it becames negative. So I want to change the column type to…