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