CREATE TABLE [prefix]_comments ( comments_id int(10) NOT NULL auto_increment, file_id int(10) NOT NULL default '0', comments_text text NOT NULL, comments_poster text NOT NULL, comments_ip text NOT NULL, comments_title text NOT NULL, comments_time int(50) NOT NULL default '0', PRIMARY KEY (comments_id), KEY comments_id (comments_id) ) TYPE=MyISAM;
Pelo oque eu entendi esse codigo ai acima eh a tabela que devo criar , eu tentei entaum criar atraves do phpmyadmin mais naum ta tando mesmo pq eu naum sei inserir tabela por tabela

vlws ae