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

help with guild in phpmyadmin

Boyegas

New Member
Joined
Jan 27, 2009
Messages
159
Reaction score
1
Hello, I DELETED my GUILDS in php my admin I was trying to delete something I added and deleted the whole thinng, How can i add it again? Just the guild


:(
 
PHP:
CREATE TABLE `guilds`
(
	`id` INT NOT NULL AUTO_INCREMENT,
	`world_id` TINYINT(2) UNSIGNED NOT NULL DEFAULT 0,
	`name` VARCHAR(255) NOT NULL,
	`ownerid` INT NOT NULL,
	`creationdata` INT NOT NULL,
	`motd` VARCHAR(255) NOT NULL,
	PRIMARY KEY (`id`),
	UNIQUE (`name`, `world_id`)
) ENGINE = InnoDB;
 
Aaaaaaaaaaaaaaaaaa thank you again you always save me you know when i look at who was the last person that wrote on this thread an it says cykotitan, i know that the answer is waiting for me to see it hasuahsua
 
Back
Top