create table operations ( method text references methods not null, path text not null, description text, deprecation , body , parameters , responses , attributes ); comment on column operations.path is ' The full path to this operation, relative to the service's base url. ';