• 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!

Gesior shop system

Azcarer

HEJJJJ!! :D
Joined
Nov 3, 2008
Messages
871
Reaction score
3
Location
r u Pedobear
Something is wrong when I'm trying to add a "premium_points" table into myphp.

It looks like this:


ALTER TABLE `accounts` ADD `premium_points` INT( 11 ) NOT NULL DEFAULT '0';



But it says this when I add it to mysql question

Fel

SQL-fråga:
ALTER TABLE `accounts` ADD `premium_points` INT( 11 ) NOT NULL DEFAULT '0'
MySQL sa:
#1060 - Duplicate column name 'premium_points'

I REP if you help me!!^_^^_^
 
Something is wrong when I'm trying to add a "premium_points" table into myphp.

It looks like this:


ALTER TABLE `accounts` ADD `premium_points` INT( 11 ) NOT NULL DEFAULT '0';



But it says this when I add it to mysql question

Fel

SQL-fråga:
ALTER TABLE `accounts` ADD `premium_points` INT( 11 ) NOT NULL DEFAULT '0'
MySQL sa:
#1060 - Duplicate column name 'premium_points'

I REP if you help me!!^_^^_^

It says you already have it. Try deleting it and re-adding it.
 
Back
Top