db_ofb
Previous topic Chapter index Next topic

Index: c_uni_code_fac

 

 

Schema

public

 

Table

tr_facteur_fac

 

Tablespace

(default)

 

Descriptions

Le code du facteur est unique

 

Definition

ALTER TABLE public.tr_facteur_fac
 ADD CONSTRAINT c_uni_code_fac
   UNIQUE (fac_code) NOT DEFERRABLE;

COMMENT ON CONSTRAINT c_uni_code_fac ON public.tr_facteur_fac
IS 'Le code du facteur est unique';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic