Glidarn
Member
Hello, so this is my problem i don't really know what it is but maybe you know how to solve it?
http://img51.imageshack.us/i/guildinvites.png/
tried
but then i got this
anyone?
http://img51.imageshack.us/i/guildinvites.png/
tried
LUA:
CREATE TABLE `guild_invites`
(
`player_id` INT NOT NULL DEFAULT 0,
`guild_id` INT NOT NULL DEFAULT 0,
UNIQUE (`player_id`, `guild_id`),
FOREIGN KEY (`player_id`) REFERENCES `players`(`id`) ON DELETE CASCADE,
FOREIGN KEY (`guild_id`) REFERENCES `guilds`(`id`) ON DELETE CASCADE
) ENGINE = InnoDB;
but then i got this
#1050 - Table 'guild_invites' already exists
anyone?
Last edited: