Schema
Table
dept_fr_ref
Tablespace
(default)
Descriptions
There is no description for index pk_dept_fr_ref
Definition
ALTER TABLE public.dept_fr_ref
ADD CONSTRAINT pk_dept_fr_ref
PRIMARY KEY (iddept) NOT DEFERRABLE;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |