Schema
Table
utilisateur
Tablespace
(default)
Descriptions
There is no description for index utilisateur_login_key
Definition
ALTER TABLE public.utilisateur
ADD CONSTRAINT utilisateur_login_key
UNIQUE (login) NOT DEFERRABLE;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |