Schema
Owner
albenard
Descriptions
There is no description for sequence dept_fr_ref_iddept_seq
Definition
CREATE SEQUENCE public.dept_fr_ref_iddept_seq
INCREMENT 1 MINVALUE 1
MAXVALUE 2147483647 START 1
CACHE 1 OWNED BY public.dept_fr_ref.iddept;
ALTER SEQUENCE public.dept_fr_ref_iddept_seq RESTART WITH 98;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |