PHP interesse |
|
heb alles wel op auto-acreetment gezet, alle tabellen volgens deze style:
CREATE TABLE Uploads_comments (
Id int(10) NOT NULL auto_increment,
Uploadid int(10) NOT NULL,
Poster text NOT NULL,
Timestamp int(10) NOT NULL,
Comment longtext NOT NULL,
PRIMARY KEY (Id)
) TYPE=MyISAM; |