db_biljou_carto on db.silva.inrae.fr
Previous topic Chapter index Next topic

Table: tr_combinaison_comb

 

 

Schema

public

 

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

c_uni_comb

btree

 

comb_libelle

 

 

tr_combinaison_comb_pkey

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

t_carte_indicateur_caind

public

t_carte_indicateur_caind_comb_id_fkey

caind_comb_id

public.tr_combinaison_comb

comb_id

No Action

No Action

 

Immediate

 

t_carte_statistique_indicateur_casind

public

t_carte_statistique_indicateur_casind_comb_id_fkey

casind_comb_id

public.tr_combinaison_comb

comb_id

No Action

No Action

 

Immediate

 

tj_combinaison_parametre_combp

public

tj_combinaison_parametre_combp_combp_comb_id_fkey

combp_comb_id

public.tr_combinaison_comb

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
Previous topic Chapter index Next topic