• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

MYSQL querry problem.

You don't have skull field in players database.


PHP:
ALTER TABLE `players` ADD `skull` char(30)
Execute this.

ohh thx, I coudn't figure out how to add it, you really helped me ! :) rep+

here is new error, you might kniow this one also?
 
Last edited by a moderator:
You could already figure it out yourself after Paxtons post.

PHP:
ALTER TABLE `houses` ADD `clear` `clear` TINYINT(1) UNSIGNED NOT NULL DEFAULT FALSE;
 
Back
Top