guild_wars
ADD CONSTRAINT guild_wars_ibfk_1
FOREIGN KEY ( guild_id
) REFERENCES guilds
( id
) ON DELETE CASCADE ,guild_wars_ibfk_2
FOREIGN KEY ( enemy_id
) REFERENCES guilds
( id
) ON DELETE CASCADE ;guild_wars
(guild_id
, enemy_id
, begin
, end
, frags
, payment
) VALUES (2, 1, 1590638237, 0, 100, 0); - MYSQL ERROR: Unknown column 'frags' in 'field list' (1054)guild_wars
(guild_id
, enemy_id
, begin
, end
, frags
, payment
) VALUES (2, 1, 1590673870, 0, 100, 0); - MYSQL ERROR: Cannot add or update a child row: a foreign key constraint fails (otserv
.guild_wars
, CONSTRAINT guild1_ibfk_1
FOREIGN KEY (guild1
) REFERENCES guilds
(id
) ON DELETE CASCADE) (1452)best not to comment on them all
Wut.best not to comment on them all
Because this is the first time I've been back to the forums, outside of being here just long enough to reply to PMs prompted by email notice, for two weeks?Why are you back on this thread a week later?
If you wish to ride my ass, it's polite for you to feed her a carrot.Stop bumping it please.