All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.v0.7.1.2__agr_curation_api.sql Maven / Gradle / Ivy

There is a newer version: v0.35.0
Show newest version
--
-- 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy