• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help aac!

Ates.tr

Im back
Joined
Nov 11, 2007
Messages
1,046
Reaction score
2
Location
Sweden
Help please


Fel
SQL-fråga:

CREATE TABLE `z_shop_offer` (

`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`points` int( 11 ) NOT NULL default '0',
`itemid1` int( 11 ) NOT NULL default '0',
`count1` int( 11 ) NOT NULL default '0',
`itemid2` int( 11 ) NOT NULL default '0',
`count2` int( 11 ) NOT NULL default '0',
`offer_type` varchar( 255 ) default NULL ,
`offer_description` text NOT NULL ,
`offer_name` varchar( 255 ) NOT NULL ,
PRIMARY KEY ( `id` )
) ENGINE = MYISAM ALTER TABLE `accounts` ADD `premium_points` INT( 11 ) NOT NULL DEFAULT '0';



MySQL sa:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `accounts` ADD `premium_points` INT( 11 ) NOT NULL DEFAULT '0'' at line 14
 
Back
Top