db_venik
Previous topic Chapter index Next topic

Sequence: pays_ref_idpays_seq

 

 

Schema

public

 

Owner

albenard

 

Descriptions

There is no description for sequence pays_ref_idpays_seq

 

Definition

CREATE SEQUENCE public.pays_ref_idpays_seq
 INCREMENT 1 MINVALUE 1
 MAXVALUE 2147483647 START 1
 CACHE 1 OWNED BY public.pays_ref.idpays;

ALTER SEQUENCE public.pays_ref_idpays_seq RESTART WITH 67;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic