Mysql Error with Database - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql Error with Database (
/showthread.php?tid=664942)
Mysql Error with Database -
Blackaslan - 16.03.2019
I Have the next problem :
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
|
ERROR: #1215 - Can not add foreign key constraint
Quote:
CREATE TABLE IF NOT EXISTS `Mochilas` (
`Id` int(10) unsigned NOT NULL,
`Propietario` varchar(25) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1
|
ERROR:#1215 - Can not add foreign key constraint