Schema
Owner
biljoucarto
Tablespace
(default)
Descriptions
Table des combinaisons de paramètres
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
comb_id |
serial |
|
nextval('tr_combinaison_comb_comb_id_seq'::regclass) |
Identifiant |
|||
|
|
comb_libelle |
varchar(60) |
|
|
|
Libellé (nom normé) de la combinaison, doit être unique |
Foreign Keys
There are no foreign keys for table tr_combinaison_comb
Check Constraints
There are no check constraints for table tr_combinaison_comb
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
btree |
|
comb_libelle |
|
|
||
btree |
|
comb_id |
|
Triggers
There are no triggers for table tr_combinaison_comb
Rules
There are no rules for table tr_combinaison_comb
Policies
There are no policies for table tr_combinaison_comb
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
caind_comb_id |
comb_id |
No Action |
No Action |
|
Immediate |
|
||||
casind_comb_id |
comb_id |
No Action |
No Action |
|
Immediate |
|
||||
combp_comb_id |
comb_id |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
80 |
Pages |
1 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tr_combinaison_comb (
comb_id SERIAL,
comb_libelle VARCHAR(60),
CONSTRAINT c_uni_comb UNIQUE(comb_libelle),
CONSTRAINT tr_combinaison_comb_pkey PRIMARY KEY(comb_id)
) ;
COMMENT ON TABLE public.tr_combinaison_comb
IS 'Table des combinaisons de paramètres';
COMMENT ON COLUMN public.tr_combinaison_comb.comb_id
IS 'Identifiant';
COMMENT ON COLUMN public.tr_combinaison_comb.comb_libelle
IS 'Libellé (nom normé) de la combinaison, doit être unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |
![]() ![]() ![]() |