create table libraries ( id text not null, organization , group_id text not null, artifact_id text not null, resolver ); comment on column libraries.resolver is ' The resolver where we found this library ';