Schema
Table
tr_fichier_fic
Tablespace
(default)
Descriptions
Le couple nom / url d'un fichier doit ĂȘtre unique
Definition
ALTER TABLE public.tr_fichier_fic
ADD CONSTRAINT c_uni_nom_url_fic
UNIQUE (fic_nom, fic_url) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_nom_url_fic ON public.tr_fichier_fic
IS 'Le couple nom / url d''un fichier doit ĂȘtre unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |