27.10.2016, 09:38
If you use tools such phpMyAdmin: http://i.imgur.com/X0yk5eZ.png
You can still execute queries if you prefer:
for admin levels that do not exceed 255.
Here's the integer lengths: http://dev.mysql.com/doc/refman/5.7/...ger-types.html
You can still execute queries if you prefer:
pawn Код:
ALTER TABLE players ADD COLUMN `admin` tinyint(1) unsigned NOT NULL DEFAULT '0';
Here's the integer lengths: http://dev.mysql.com/doc/refman/5.7/...ger-types.html