create table resolvers ( id text not null, visibility text references visibilities not null, organization , uri text not null, credentials ); comment on column resolvers.organization is ' The organization that created the resolver. If empty, indicates a globally public resolver ';