create table contacts ( name text, url text, email text ); comment on table contacts is ' Describes the primary contact for this service ';