[MySQL] Primary Key (Account ID) problems
#9

Its also possible to do it when you create the table in pawn. Ex:
pawn Код:
mysql_query( "CREATE TABLE IF NOT EXISTS PlayerData( Id INT( 11 ) NOT NULL AUTO_INCREMENT, OTHERSHIZZLEHERE, PRIMARY KEY( `Id` ) )" );
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)