CREATE TABLE cheer ( id serial NOT NULL, u_artist_id text, u_artist text, comment text, nick_name text, adress text, email text, applicat_time bigint, cmt_to_admin text, ip text, useragent text, up_time bigint, permitflag integer, real_name text ); GRANT ALL ON TABLE cheer TO apache; GRANT ALL ON TABLE cheer_id_seq TO apache;