32 lines
657 B
MySQL
32 lines
657 B
MySQL
|
--
|
||
|
-- PostgreSQL database dump
|
||
|
--
|
||
|
|
||
|
-- Dumped from database version 9.5.10
|
||
|
-- Dumped by pg_dump version 9.5.19
|
||
|
|
||
|
-- Started on 2019-12-27 16:08:01 UTC
|
||
|
|
||
|
SET statement_timeout = 0;
|
||
|
SET lock_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;
|
||
|
|
||
|
SET default_tablespace = '';
|
||
|
|
||
|
SET default_with_oids = false;
|
||
|
|
||
|
--
|
||
|
-- TOC entry 285 (class 1259 OID 18706)
|
||
|
-- Name: foo; Type: TABLE; Schema: public; Owner: -
|
||
|
--
|
||
|
|
||
|
CREATE TABLE public.foo (
|
||
|
id integer NOT NULL
|
||
|
);
|