Thread: [CSGO] Gloves
View Single Post
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 01-26-2019 , 14:59   Re: [CSGO] Gloves
Reply With Quote #89

Quote:
Originally Posted by paulo_crash View Post
Sorry, could you explain better, how to make steamid unique?
Code:
ALTER TABLE *gloves ADD UNIQUE (steamid);
Taken from the very first Google search of "sql make column unique"

Change the * from gloves to become the content of your "sm_gloves_table_prefix" cvar.

So e.g. if "sm_gloves_table_prefix" is set to "hamburger_", you would do:

Code:
ALTER TABLE hamburger_gloves ADD UNIQUE (steamid);
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL is offline