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

Table Guild_Wars cant be added

lindblad88

Member
Joined
Mar 22, 2011
Messages
46
Reaction score
1
Hello otlanders,

I've got a problem with my database. I cant add the Guild_Wars table into it.

here is the command ill use for trying to add the Guild_Warstable OTS.ME - Paste - 2462

When im adding this command it comes up that it worked correctly but I CAN'T see the Guild_Wars table in my database.

And I thought the guild_wars table was just invisible but when i tryed to add:
ALTER TABLE `guild_wars`
ADD CONSTRAINT `guild_wars_ibfk_1` FOREIGN KEY (`guild_id`) REFERENCES `guilds` (`id`) ON DELETE CASCADE,
ADD CONSTRAINT `guild_wars_ibfk_2` FOREIGN KEY (`enemy_id`) REFERENCES `guilds` (`id`) ON DELETE CASCADE;

then it came up this:
#1146 - Table 'databasename.guild_wars' doesn't exist

dno what to do, any suggestions?
 
Back
Top