Schema
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 |