CREATE TABLE h_services ( host_name char(127) NOT NULL, serv_type char(3) NOT NULL, _rowid int(6) NOT NULL DEFAULT '0' auto_increment, KEY (_rowid), PRIMARY KEY (host_name) );