Dethman Posted February 3, 2008 Share Posted February 3, 2008 ALTER TABLE all ranks ADD TotalPower int(65) NOT NULL default'0' any help would be awsome ~Dethman~ Link to comment https://forums.phpfreaks.com/topic/89263-is-this-correct/ Share on other sites More sharing options...
Barand Posted February 3, 2008 Share Posted February 3, 2008 Avoid spaces in table and column names. You will need to use `all ranks` if you have a space. int(10) is about as big as they get (approx 2,000,000,000 if signed) if it's int the default should be numeric, not a string Link to comment https://forums.phpfreaks.com/topic/89263-is-this-correct/#findComment-457104 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.