• 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!

Problem in Mysql

CREATE TABLE IF NOT EXISTS castle_dono (
id int(11) NOT NULL AUTO_INCREMENT,
guild int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (id),
KEY guild (guild)
) ENGINE=InnoDB;

ALTER TABLE castle ADD guild_name VARCHAR(255) NOT NULL
 
Back
Top