db.migration.v0.7.1.2__agr_curation_api.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of agr_curation_api Show documentation
Show all versions of agr_curation_api Show documentation
This software is for using the curation api as a library
--
-- Name: atpterm; Type: TABLE; Schema: public; Owner: postgres
--
CREATE TABLE public.atpterm (
curie character varying(255) NOT NULL
);
ALTER TABLE public.atpterm OWNER TO postgres;
--
-- Name: atpterm_aud; Type: TABLE; Schema: public; Owner: postgres
--
CREATE TABLE public.atpterm_aud (
curie character varying(255) NOT NULL,
rev integer NOT NULL
);
ALTER TABLE public.atpterm_aud OWNER TO postgres;