Schema
Table
tr_file_fil
Tablespace
(default)
Descriptions
The name / url pair of a file must be unique
Definition
ALTER TABLE public.tr_file_fil
ADD CONSTRAINT c_uni_name_url_fil
UNIQUE (fil_name, fil_url) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_name_url_fil ON public.tr_file_fil
IS 'The name / url pair of a file must be unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |