MySQL R41 help!
#6

If you use tools such phpMyAdmin: http://i.imgur.com/X0yk5eZ.png
You can still execute queries if you prefer:
pawn Код:
ALTER TABLE players ADD COLUMN `admin` tinyint(1) unsigned NOT NULL DEFAULT '0';
for admin levels that do not exceed 255.

Here's the integer lengths: http://dev.mysql.com/doc/refman/5.7/...ger-types.html
Reply


Messages In This Thread
MySQL R41 help! - by WhiteAngels - 21.10.2016, 01:17
Re: MySQL R41 help! - by DTV - 21.10.2016, 01:22
Re: MySQL R41 help! - by WhiteAngels - 26.10.2016, 01:05
Re: MySQL R41 help! - by Konstantinos - 26.10.2016, 12:32
Re: MySQL R41 help! - by WhiteAngels - 26.10.2016, 15:12
Re: MySQL R41 help! - by Konstantinos - 27.10.2016, 09:38

Forum Jump:


Users browsing this thread: 1 Guest(s)