create table library_forms ( organization_id text not null, group_id text not null, artifact_id text not null, resolver_id text not null, version ); comment on column library_forms.version is ' If provided, we automatically record this version of this library. ';