50 lines
1.0 KiB
MySQL
50 lines
1.0 KiB
MySQL
|
--
|
||
|
-- PostgreSQL database dump
|
||
|
--
|
||
|
|
||
|
-- Dumped from database version 12.1 (Debian 12.1-1.pgdg100+1)
|
||
|
-- Dumped by pg_dump version 12.1 (Debian 12.1-1.pgdg100+1)
|
||
|
|
||
|
-- Started on 2019-12-28 00:35:48 UTC
|
||
|
|
||
|
SET statement_timeout = 0;
|
||
|
SET lock_timeout = 0;
|
||
|
SET idle_in_transaction_session_timeout = 0;
|
||
|
SET client_encoding = 'UTF8';
|
||
|
SET standard_conforming_strings = on;
|
||
|
SELECT pg_catalog.set_config('search_path', '', false);
|
||
|
SET check_function_bodies = false;
|
||
|
SET xmloption = content;
|
||
|
SET client_min_messages = warning;
|
||
|
SET row_security = off;
|
||
|
|
||
|
--
|
||
|
-- TOC entry 5 (class 2615 OID 2200)
|
||
|
-- Name: public; Type: SCHEMA; Schema: -; Owner: -
|
||
|
--
|
||
|
|
||
|
CREATE SCHEMA public;
|
||
|
|
||
|
|
||
|
--
|
||
|
-- TOC entry 4825 (class 0 OID 0)
|
||
|
-- Dependencies: 5
|
||
|
-- Name: SCHEMA public; Type: COMMENT; Schema: -; Owner: -
|
||
|
--
|
||
|
|
||
|
COMMENT ON SCHEMA public IS 'standard public schema';
|
||
|
|
||
|
|
||
|
SET default_tablespace = '';
|
||
|
|
||
|
SET default_table_access_method = heap;
|
||
|
|
||
|
--
|
||
|
-- TOC entry 204 (class 1259 OID 16587)
|
||
|
-- Name: foo; Type: TABLE; Schema: public; Owner: -
|
||
|
--
|
||
|
|
||
|
CREATE TABLE public.foo (
|
||
|
id integer NOT NULL
|
||
|
);
|