-- -- PostgreSQL database dump -- SET client_encoding = 'LATIN9'; SET check_function_bodies = false; SET client_min_messages = warning; SET search_path = public, pg_catalog; SET default_tablespace = ''; SET default_with_oids = false; -- -- Name: rpcore_portal_template; Type: TABLE; Schema: public; Owner: RPONLINE; Tablespace: -- CREATE TABLE rpcore_portal_template ( rpcore_template_id integer NOT NULL, template_name text NOT NULL, template_image_width integer, template_image_height integer, template_additional_css text, template_additional_class text, template_num_teaser integer, template_size text ); ALTER TABLE public.rpcore_portal_template OWNER TO "RPONLINE"; -- -- Name: TABLE rpcore_portal_template; Type: COMMENT; Schema: public; Owner: RPONLINE -- COMMENT ON TABLE rpcore_portal_template IS 'Template-Daten fuer den Portal-Editor.'; -- -- Name: rpcoreportaltemplpkey; Type: CONSTRAINT; Schema: public; Owner: RPONLINE; Tablespace: -- ALTER TABLE ONLY rpcore_portal_template ADD CONSTRAINT rpcoreportaltemplpkey PRIMARY KEY (rpcore_template_id); -- -- PostgreSQL database dump complete --