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~ Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.