create table services ( apidoc , name text not null, organization , application , namespace text not null, version text not null, base_url text, description text, info , headers , imports , enums , interfaces , unions , models , resources , attributes , annotations ); comment on column services.apidoc is ' Documents that this is an apibuilder document, noting the specific version used. Internally the version is then used for backwards compatibility when applicable as new features are added to apibuilder. Note naming refers to the original name of this project, 'apidoc', and is left here to avoid a breaking change for preexisting services. '; comment on column services.namespace is ' Fully qualified namespace for this service ';