32 lines
606 B
SQL
32 lines
606 B
SQL
--
|
|
-- PostgreSQL database dump
|
|
--
|
|
|
|
-- Dumped from database version 9.5.5
|
|
-- Dumped by pg_dump version 9.5.5
|
|
|
|
-- Started on 2019-11-07 16:41:33 UTC
|
|
|
|
SET statement_timeout = 0;
|
|
SET lock_timeout = 0;
|
|
SET client_encoding = 'UTF8';
|
|
SET standard_conforming_strings = on;
|
|
SET check_function_bodies = false;
|
|
SET client_min_messages = warning;
|
|
SET row_security = off;
|
|
|
|
SET search_path = public, pg_catalog;
|
|
|
|
SET default_tablespace = '';
|
|
|
|
SET default_with_oids = false;
|
|
|
|
--
|
|
-- TOC entry 284 (class 1259 OID 18697)
|
|
-- Name: foo; Type: TABLE; Schema: public; Owner: -
|
|
--
|
|
|
|
CREATE TABLE foo (
|
|
id integer NOT NULL
|
|
);
|