13.03.2019, 17:17
Ok I already Changed the table but I've the problem again:
ERROR: #1215 - Can not add foreign key constraint
ERROR:#1215 - Can not add foreign key constraint
Quote:
CREATE TABLE IF NOT EXISTS `Items_Mochila` ( `Id` int(10) unsigned NOT NULL, `Descripcion` varchar(50) NOT NULL, `Valor_Efecto` float NOT NULL ) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=latin1 |
Quote:
CREATE TABLE IF NOT EXISTS `Mochilas` ( `Id` int(10) unsigned NOT NULL, `Propietario` varchar(25) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |