Jump to content
  • 0

Ayuda unique_id storage


Mithrandir

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   0
  • Joined:  09/19/13
  • Last Seen:  

Buenas amigos, me gustaria saber si ustedes me podrian ayudar con este error de SQL en la Database, lo que sucede es que me lee que le falta la columna unique_id a la tabla llamada storage, pero lo raro es que la tabla storage si tiene esa columna, es por ello que no entiendo este problema, alguien me ayuda?

 

Error.jpg

 

--
-- Estructura de tabla para la tabla `storage`
--
 
CREATE TABLE IF NOT EXISTS `storage` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `account_id` int(11) unsigned NOT NULL DEFAULT '0',
  `nameid` int(11) unsigned NOT NULL DEFAULT '0',
  `amount` smallint(11) unsigned NOT NULL DEFAULT '0',
  `equip` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `identify` smallint(6) unsigned NOT NULL DEFAULT '0',
  `refine` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `attribute` tinyint(4) unsigned NOT NULL DEFAULT '0',
  `card0` smallint(11) NOT NULL DEFAULT '0',
  `card1` smallint(11) NOT NULL DEFAULT '0',
  `card2` smallint(11) NOT NULL DEFAULT '0',
  `card3` smallint(11) NOT NULL DEFAULT '0',
  `expire_time` int(11) unsigned NOT NULL DEFAULT '0',
  `bound` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `unique_id` bigint(20) unsigned NOT NULL default '0',
  `favorite` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `serial` int(11) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `account_id` (`account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
 
 
Ayuda porfa. Gracias
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  08/15/14
  • Last Seen:  

El problema te lo da en rentstorage.

Has importado la estructura de la base de datos principal y la estructura extra? Porque o estoy muy equivocado, o usas eAmod. Deberías tener disponible un archivo .sql con los extras (entre los que se incluye el rentstorage) que puedes importar.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   0
  • Joined:  09/19/13
  • Last Seen:  

Muchas Gracias, funciono, Pueden cerrar.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...