Example:Sorry for this question but how can i add a colmun in my players table, sorry didn't try to add colmun before.
ALTER TABLE `players`
ADD `vipdays` INT(11);
thanks but what i saw VARCHAR or something like this and int what is the difference between them?Example:
Code:ALTER TABLE `players` ADD `vipdays` INT(11);
http://www.w3schools.com/sql/sql_alter.asp
https://en.wikipedia.org/wiki/Varcharthanks but what i saw VARCHAR or something like this and int what is the difference between them?