Results 1 comments of juriigen

CREATE TABLE friends ( Id int(10) NOT NULL AUTO_INCREMENT, providerid int(10) NOT NULL , requestid int(10) NOT NULL , status binary(1) NOT NULL DEFAULT '0', PRIMARY KEY (Id) ) CREATE...