pggeodb-preprod.nancy.inra.fr/db_pgd - db_pgd on pggeodb-preprod.nancy.inra.fr
Previous topic Chapter index Next topic

Index: c_uni_identifiant_sol

 

 

Schema

public

 

Table

tr_solution_sol

 

Tablespace

(default)

 

Descriptions

Le champ sol_identifiant ne peut contenir de doublons.

 

Definition

ALTER TABLE public.tr_solution_sol
 ADD CONSTRAINT c_uni_identifiant_sol
   UNIQUE (sol_identifiant) NOT DEFERRABLE;

COMMENT ON CONSTRAINT c_uni_identifiant_sol ON public.tr_solution_sol
IS 'Le champ sol_identifiant ne peut contenir de doublons.';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23
Previous topic Chapter index Next topic