MySQL table problem.
#6

pawn Код:
new iQuery[ 1024 ];
format(iQuery, 1024, "CREATE TABLE IF NOT EXIST `jugadores`(\
                `id` int(11) NOT NULL autoincrement PRIMARY KEY,\
                `nombre` varchar(24) NOT NULL,\
                `seсa` varchar(50) NOT NULL,\
                `nivel` int(1) NOT NULL default `0`,\
                `ip` int(16) NOT NULL,\
                `correo` varchar(50) NOT NULL,\
                `fecha` date(15),\
                `ultima` datetime(20),\
                `sacadas` int(6) NOT NULL default `0`,\
                `banco` int(17) NOT NULL default `0`,\
                `carcel` int(3) NOT NULL default `0`,\
                `congelado` int(3) NOT NULL default `0`,\
                `dinero` int(8) NOT NULL default `0`,\
                `skin` int(3) NOT NULL,\
                `castigos` int(6) NOT NULL default `0`)"
);
mysql_query(iQuery);
Reply


Messages In This Thread
MySQL table problem. - by M1GU3L - 02.12.2009, 00:19
Re: MySQL table problem. - by M1GU3L - 02.12.2009, 01:05
Re: MySQL table problem. - by radhakr - 02.12.2009, 16:56
Re: MySQL table problem. - by M1GU3L - 02.12.2009, 21:27
Re: MySQL table problem. - by M1GU3L - 04.12.2009, 02:43
Re: MySQL table problem. - by woot - 04.12.2009, 10:26
Re: MySQL table problem. - by MenaceX^ - 04.12.2009, 10:54
Re: MySQL table problem. - by M1GU3L - 04.12.2009, 21:41
Re: MySQL table problem. - by radhakr - 04.12.2009, 23:27
Re: MySQL table problem. - by M1GU3L - 05.12.2009, 01:13

Forum Jump:


Users browsing this thread: 4 Guest(s)