MySQL Help
#6

CREATE TABLE IF NOT EXISTS `playerinfo` (
`user` varchar(24) NOT NULL,
`password` varchar(129) NOT NULL,
`kills` int(5) NOT NULL,
`death` int(5) NOT NULL,
`score` int(12) NOT NULL,
`money` int(3) NOT NULL,
`IP` char(15) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Reply


Messages In This Thread
MySQL Help - by undeR. - 12.06.2011, 00:08
Re: MySQL Help - by swieberdevos - 12.06.2011, 00:15
Re: MySQL Help - by undeR. - 12.06.2011, 00:20
Re: MySQL Help - by Cyanide - 12.06.2011, 00:43
Re: MySQL Help - by undeR. - 12.06.2011, 00:44
Re: MySQL Help - by Forever Alone - 12.06.2011, 02:27
Re: MySQL Help - by Scenario - 12.06.2011, 03:24

Forum Jump:


Users browsing this thread: 1 Guest(s)