-- -- PostgreSQL database dump -- -- Dumped from database version 12.7 -- Dumped by pg_dump version 12.7 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; SET default_tablespace = ''; SET default_table_access_method = heap; -- -- Name: client; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE public.client ( id integer NOT NULL, user_id integer NOT NULL, requirements name NOT NULL, status character(1) DEFAULT 'A'::bpchar, ticket_status integer, id_metaservice integer NOT NULL, is_global character(1) NOT NULL, is_visible character(1) NOT NULL ); ALTER TABLE public.client OWNER TO postgres; -- -- Name: client_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres -- CREATE SEQUENCE public.client_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.client_id_seq OWNER TO postgres; -- -- Name: client_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres -- ALTER SEQUENCE public.client_id_seq OWNED BY public.client.id; -- -- Name: company; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE public.company ( id character varying(10) NOT NULL, legal_name character varying(255) NOT NULL, provider_id integer NOT NULL, kpp character varying(9) NOT NULL, ogrn character varying(13) NOT NULL, bank_name character varying(255) NOT NULL, bik character varying(9) NOT NULL, ks integer NOT NULL, rs integer NOT NULL, address character varying(255) NOT NULL, id_metaservice integer, is_global character(1) NOT NULL, is_visible character(1) NOT NULL, requirements name, status character(1) DEFAULT 'A'::bpchar, ticket_status integer ); ALTER TABLE public.company OWNER TO postgres; -- -- Name: current_orders; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE public.current_orders ( id integer NOT NULL, service_id integer NOT NULL, service_type_id integer NOT NULL, state integer NOT NULL, id_metaservice integer NOT NULL, time_created timestamp with time zone NOT NULL, time_placed timestamp with time zone NOT NULL, time_start timestamp with time zone NOT NULL, time_finish_predicted timestamp with time zone NOT NULL, time_finish_real timestamp with time zone NOT NULL, provider_id integer NOT NULL, receiver_id integer NOT NULL, client_id integer NOT NULL, predicted_price numeric(10,2) NOT NULL, real_price numeric(10,2) NOT NULL, is_global character(1) NOT NULL, is_visible character(1) NOT NULL ); ALTER TABLE public.current_orders OWNER TO postgres; -- -- Name: current_orders_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres -- CREATE SEQUENCE public.current_orders_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.current_orders_id_seq OWNER TO postgres; -- -- Name: current_orders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres -- ALTER SEQUENCE public.current_orders_id_seq OWNED BY public.current_orders.id; -- -- Name: current_timetable; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE public.current_timetable ( id integer NOT NULL, order_id integer NOT NULL, service_type_id integer NOT NULL, provider_id integer NOT NULL, resource_id integer, time_start_predicted timestamp with time zone, time_finished_predicted timestamp with time zone, gap integer ); ALTER TABLE public.current_timetable OWNER TO postgres; -- -- Name: current_timetable_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres -- CREATE SEQUENCE public.current_timetable_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.current_timetable_id_seq OWNER TO postgres; -- -- Name: current_timetable_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres -- ALTER SEQUENCE public.current_timetable_id_seq OWNED BY public.current_timetable.id; -- -- Name: documents; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE public.documents ( id integer NOT NULL, id_metaservice integer NOT NULL, doctype character varying(2) NOT NULL, expire_date date NOT NULL, datalink name, user_id integer NOT NULL, company_id integer, is_global character(1) NOT NULL, is_visible character(1) NOT NULL, check_level character(1), check_by integer, check_date timestamp with time zone, status character(1), ticket_status integer ); ALTER TABLE public.documents OWNER TO postgres; -- -- Name: documents_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres -- CREATE SEQUENCE public.documents_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.documents_id_seq OWNER TO postgres; -- -- Name: documents_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres -- ALTER SEQUENCE public.documents_id_seq OWNED BY public.documents.id; -- -- Name: order_list_log; Type: TABLE; Schema: public; Owner: sharix -- CREATE TABLE public.order_list_log ( id integer NOT NULL, payment_transaction_id integer, service_id integer, time_placed timestamp with time zone, time_start timestamp with time zone, time_finish_predicted timestamp with time zone, time_finish_real timestamp with time zone, order_place_start name, order_place_predicted name, order_place_real name, price integer, provider integer, receiver integer, client integer ); ALTER TABLE public.order_list_log OWNER TO sharix; -- -- Name: order_list_log_id_seq; Type: SEQUENCE; Schema: public; Owner: sharix -- CREATE SEQUENCE public.order_list_log_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.order_list_log_id_seq OWNER TO sharix; -- -- Name: order_list_log_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: sharix -- ALTER SEQUENCE public.order_list_log_id_seq OWNED BY public.order_list_log.id; -- -- Name: orders; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE public.orders ( id integer NOT NULL, service_id integer NOT NULL, service_type_id integer NOT NULL, state integer NOT NULL, id_metaservice integer NOT NULL, time_created timestamp with time zone NOT NULL, time_placed timestamp with time zone NOT NULL, time_start timestamp with time zone NOT NULL, time_finish_predicted timestamp with time zone NOT NULL, time_finish_real timestamp with time zone NOT NULL, provider_id integer NOT NULL, receiver_id integer NOT NULL, client_id integer NOT NULL, predicted_price numeric(10,2) NOT NULL, real_price numeric(10,2) NOT NULL, is_global character(1) NOT NULL, is_visible character(1) NOT NULL ); ALTER TABLE public.orders OWNER TO postgres; -- -- Name: orders_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres -- CREATE SEQUENCE public.orders_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.orders_id_seq OWNER TO postgres; -- -- Name: orders_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres -- ALTER SEQUENCE public.orders_id_seq OWNED BY public.orders.id; -- -- Name: permissions; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE public.permissions ( id integer NOT NULL, id_metaservice integer NOT NULL, id_permission integer NOT NULL, user_id integer NOT NULL, is_global character(1) NOT NULL, is_visible character(1) NOT NULL, check_level character(1), check_by integer, check_date timestamp with time zone NOT NULL, status character(1), ticket_status integer ); ALTER TABLE public.permissions OWNER TO postgres; -- -- Name: permissions_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres -- CREATE SEQUENCE public.permissions_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.permissions_id_seq OWNER TO postgres; -- -- Name: permissions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres -- ALTER SEQUENCE public.permissions_id_seq OWNED BY public.permissions.id; -- -- Name: provider; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE public.provider ( id integer NOT NULL, type integer NOT NULL, id_company integer NOT NULL, user_id integer NOT NULL, requirements name NOT NULL, status character(1) DEFAULT 'A'::bpchar, ticket_status integer, id_metaservice integer NOT NULL, is_global character(1) NOT NULL, is_visible character(1) NOT NULL, location_type name NOT NULL, default_location name NOT NULL ); ALTER TABLE public.provider OWNER TO postgres; -- -- Name: provider_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres -- CREATE SEQUENCE public.provider_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.provider_id_seq OWNER TO postgres; -- -- Name: provider_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres -- ALTER SEQUENCE public.provider_id_seq OWNED BY public.provider.id; -- -- Name: relationship; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE public.relationship ( id integer NOT NULL, user_id_who integer, user_id_whom integer, neg_type character(1), id_metaservice integer, is_global character(1) NOT NULL, is_visible character(1) NOT NULL, requirements name, status character(1) DEFAULT 'A'::bpchar, ticket_status integer ); ALTER TABLE public.relationship OWNER TO postgres; -- -- Name: relationship_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres -- CREATE SEQUENCE public.relationship_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.relationship_id_seq OWNER TO postgres; -- -- Name: relationship_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres -- ALTER SEQUENCE public.relationship_id_seq OWNED BY public.relationship.id; -- -- Name: resource; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE public.resource ( id integer NOT NULL, type_id integer NOT NULL, user_id integer NOT NULL, requirements name NOT NULL, status character(1) DEFAULT 'A'::bpchar, ticket_status integer, id_metaservice integer NOT NULL, is_global character(1) NOT NULL, is_visible character(1) NOT NULL ); ALTER TABLE public.resource OWNER TO postgres; -- -- Name: resource_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres -- CREATE SEQUENCE public.resource_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.resource_id_seq OWNER TO postgres; -- -- Name: resource_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres -- ALTER SEQUENCE public.resource_id_seq OWNED BY public.resource.id; -- -- Name: service; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE public.service ( id integer NOT NULL, servicetype_id integer NOT NULL, id_provider integer NOT NULL, resourse_id integer NOT NULL, price_alg character varying(255) NOT NULL, price_km integer NOT NULL, price_min integer NOT NULL, price_amount integer NOT NULL, id_metaservice integer, is_global character(1) NOT NULL, is_visible character(1) NOT NULL, requirements name, status character(1) DEFAULT 'A'::bpchar, ticket_status integer ); ALTER TABLE public.service OWNER TO postgres; -- -- Name: service_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres -- CREATE SEQUENCE public.service_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.service_id_seq OWNER TO postgres; -- -- Name: service_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres -- ALTER SEQUENCE public.service_id_seq OWNED BY public.service.id; -- -- Name: servicetype; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE public.servicetype ( id integer NOT NULL, caption character varying(255) NOT NULL, description text NOT NULL, pricetype integer NOT NULL, id_metaservice integer, is_global character(1) NOT NULL, is_visible character(1) NOT NULL, requirements name, status character(1) DEFAULT 'A'::bpchar, ticket_status integer ); ALTER TABLE public.servicetype OWNER TO postgres; -- -- Name: servicetype_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres -- CREATE SEQUENCE public.servicetype_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.servicetype_id_seq OWNER TO postgres; -- -- Name: servicetype_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres -- ALTER SEQUENCE public.servicetype_id_seq OWNED BY public.servicetype.id; -- -- Name: tickets; Type: TABLE; Schema: public; Owner: sharix -- CREATE TABLE public.tickets ( id integer NOT NULL, id_reporter integer, id_asignee integer, time_created timestamp with time zone, time_assigned timestamp with time zone, time_changed timestamp with time zone, time_closed timestamp with time zone, status integer, description text ); ALTER TABLE public.tickets OWNER TO sharix; -- -- Name: tickets_id_seq; Type: SEQUENCE; Schema: public; Owner: sharix -- CREATE SEQUENCE public.tickets_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.tickets_id_seq OWNER TO sharix; -- -- Name: tickets_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: sharix -- ALTER SEQUENCE public.tickets_id_seq OWNED BY public.tickets.id; -- -- Name: users; Type: TABLE; Schema: public; Owner: drive -- CREATE TABLE public.users ( id integer DEFAULT 0 NOT NULL, name text, access text, login text, password text ); ALTER TABLE public.users OWNER TO drive; -- -- Name: client id; Type: DEFAULT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.client ALTER COLUMN id SET DEFAULT nextval('public.client_id_seq'::regclass); -- -- Name: current_orders id; Type: DEFAULT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.current_orders ALTER COLUMN id SET DEFAULT nextval('public.current_orders_id_seq'::regclass); -- -- Name: current_timetable id; Type: DEFAULT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.current_timetable ALTER COLUMN id SET DEFAULT nextval('public.current_timetable_id_seq'::regclass); -- -- Name: documents id; Type: DEFAULT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.documents ALTER COLUMN id SET DEFAULT nextval('public.documents_id_seq'::regclass); -- -- Name: order_list_log id; Type: DEFAULT; Schema: public; Owner: sharix -- ALTER TABLE ONLY public.order_list_log ALTER COLUMN id SET DEFAULT nextval('public.order_list_log_id_seq'::regclass); -- -- Name: orders id; Type: DEFAULT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.orders ALTER COLUMN id SET DEFAULT nextval('public.orders_id_seq'::regclass); -- -- Name: permissions id; Type: DEFAULT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.permissions ALTER COLUMN id SET DEFAULT nextval('public.permissions_id_seq'::regclass); -- -- Name: provider id; Type: DEFAULT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.provider ALTER COLUMN id SET DEFAULT nextval('public.provider_id_seq'::regclass); -- -- Name: relationship id; Type: DEFAULT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.relationship ALTER COLUMN id SET DEFAULT nextval('public.relationship_id_seq'::regclass); -- -- Name: resource id; Type: DEFAULT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.resource ALTER COLUMN id SET DEFAULT nextval('public.resource_id_seq'::regclass); -- -- Name: service id; Type: DEFAULT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.service ALTER COLUMN id SET DEFAULT nextval('public.service_id_seq'::regclass); -- -- Name: servicetype id; Type: DEFAULT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.servicetype ALTER COLUMN id SET DEFAULT nextval('public.servicetype_id_seq'::regclass); -- -- Name: tickets id; Type: DEFAULT; Schema: public; Owner: sharix -- ALTER TABLE ONLY public.tickets ALTER COLUMN id SET DEFAULT nextval('public.tickets_id_seq'::regclass); -- -- Name: client client_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.client ADD CONSTRAINT client_pkey PRIMARY KEY (id); -- -- Name: company company_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.company ADD CONSTRAINT company_pkey PRIMARY KEY (id); -- -- Name: current_orders current_orders_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.current_orders ADD CONSTRAINT current_orders_pkey PRIMARY KEY (id); -- -- Name: current_timetable current_timetable_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.current_timetable ADD CONSTRAINT current_timetable_pkey PRIMARY KEY (id); -- -- Name: documents documents_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.documents ADD CONSTRAINT documents_pkey PRIMARY KEY (id); -- -- Name: order_list_log order_list_log_pkey; Type: CONSTRAINT; Schema: public; Owner: sharix -- ALTER TABLE ONLY public.order_list_log ADD CONSTRAINT order_list_log_pkey PRIMARY KEY (id); -- -- Name: orders orders_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.orders ADD CONSTRAINT orders_pkey PRIMARY KEY (id); -- -- Name: permissions permissions_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.permissions ADD CONSTRAINT permissions_pkey PRIMARY KEY (id); -- -- Name: provider provider_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.provider ADD CONSTRAINT provider_pkey PRIMARY KEY (id); -- -- Name: relationship relationship_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.relationship ADD CONSTRAINT relationship_pkey PRIMARY KEY (id); -- -- Name: resource resource_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.resource ADD CONSTRAINT resource_pkey PRIMARY KEY (id); -- -- Name: service service_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.service ADD CONSTRAINT service_pkey PRIMARY KEY (id); -- -- Name: servicetype servicetype_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY public.servicetype ADD CONSTRAINT servicetype_pkey PRIMARY KEY (id); -- -- Name: tickets tickets_pkey; Type: CONSTRAINT; Schema: public; Owner: sharix -- ALTER TABLE ONLY public.tickets ADD CONSTRAINT tickets_pkey PRIMARY KEY (id); -- -- PostgreSQL database dump complete --