*HELP Needed (EMU) *

Noob2k

New Member
Jul 5, 2014
8
0
I am not sure how to fix this. I am think that I have almost everything set up right.
If anyone knows what I have done wrong please reply.

DkCGfet.png
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
Code:
-- --------------------------------------------------------

--
-- Table structure for table `moderation_chatlogs`
--

CREATE TABLE IF NOT EXISTS `moderation_chatlogs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` double NOT NULL DEFAULT '0',
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `room_id` int(10) unsigned NOT NULL DEFAULT '0',
  `message` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `moderation_chatlogs`
--
try this?
 

Users who are viewing this thread

Top