ALTER TABLE market ADD FOREIGN KEY (buyer_id, seller_id) REFERENCES accounts (id) ON DELETE SET NULL ON UPDATE CASCADE; [b]Fehlermeldung:[/b] ERROR 1005 (HY000): Can't create table './d00e434e/#sql-13d9_4309ea.frm' (errno: 150)