[Off] Create Table (MySQL)
#4

"CREATE TABLE IF NOT EXISTS `users` (\

vocк abriu um parenteses ali e nгo fechou '-'
fecha ele e testa .-.


@Edit:

pawn Код:
"CREATE TABLE IF NOT EXISTS `users` (\
                `id` int(11) NOT NULL, AUTO_INCREMENT,\
                `name` varchar(25) NOT NULL, \
                `password` varchar(25) NOT NULL, \
                `level` int(11) NOT NULL, \
                `bank` int(11) NOT NULL, \
                `skin` int(11) NOT NULL, \
                `money` int(11) NOT NULL, \
                PRIMARY KEY(`id`))"
Ps: nгo testei .-.
Reply


Messages In This Thread
Create Table (MySQL) - by AlucardSnow - 30.08.2013, 22:01
Re: Create Table (MySQL) - by mau.tito - 30.08.2013, 22:05
Re: Create Table (MySQL) - by smiiir - 30.08.2013, 22:22
Re: Create Table (MySQL) - by Kmatsu - 30.08.2013, 23:18

Forum Jump:


Users browsing this thread: 1 Guest(s)