Schema
Owner
biljoucarto
Tablespace
(default)
Descriptions
Table des indicateurs de sécheresse
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
ind_id |
serial |
|
nextval('tr_indicateur_ind_ind_id_seq'::regclass) |
Identifiant |
|||
|
|
ind_libelle_fr |
varchar(100) |
|
|
|
Libellé français |
|
|
|
ind_libelle_en |
varchar(100) |
|
|
|
Libellé anglais |
|
|
|
ind_code_fr |
varchar(8) |
|
|
Code français |
||
|
|
ind_code_en |
varchar(8) |
|
|
Code anglais |
||
|
|
ind_id_parent |
integer |
|
|
|
|
identifiant de l'indicateur parent |
|
|
ind_type |
varchar(15) |
|
|
|
type de l'indicateur |
|
|
|
ind_ordre |
integer |
|
|
|
|
ordre d'affichage des indicateurs |
Foreign Keys
There are no foreign keys for table tr_indicateur_ind
Check Constraints
There are no check constraints for table tr_indicateur_ind
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
btree |
|
ind_code_en |
|
|
||
btree |
|
ind_code_fr |
|
|
||
btree |
|
ind_libelle_en |
|
|
||
btree |
|
ind_libelle_fr |
|
|
||
btree |
|
ind_id |
|
Triggers
There are no triggers for table tr_indicateur_ind
Rules
There are no rules for table tr_indicateur_ind
Policies
There are no policies for table tr_indicateur_ind
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
caind_ind_id |
ind_id |
No Action |
No Action |
|
Immediate |
|
||||
casind_ind_id |
ind_id |
No Action |
No Action |
|
Immediate |
|
||||
sty_ind_id |
ind_id |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
9 |
Pages |
1 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tr_indicateur_ind (
ind_id SERIAL,
ind_libelle_fr VARCHAR(100),
ind_libelle_en VARCHAR(100),
ind_code_fr VARCHAR(8) NOT NULL,
ind_code_en VARCHAR(8) NOT NULL,
ind_id_parent INTEGER,
ind_type VARCHAR(15) NOT NULL,
ind_ordre INTEGER,
CONSTRAINT tr_indicateur_ind_ind_code_en_key UNIQUE(ind_code_en),
CONSTRAINT tr_indicateur_ind_ind_code_fr_key UNIQUE(ind_code_fr),
CONSTRAINT tr_indicateur_ind_ind_libelle_en_key UNIQUE(ind_libelle_en),
CONSTRAINT tr_indicateur_ind_ind_libelle_fr_key UNIQUE(ind_libelle_fr),
CONSTRAINT tr_indicateur_ind_pkey PRIMARY KEY(ind_id)
) ;
COMMENT ON TABLE public.tr_indicateur_ind
IS 'Table des indicateurs de sécheresse';
COMMENT ON COLUMN public.tr_indicateur_ind.ind_id
IS 'Identifiant';
COMMENT ON COLUMN public.tr_indicateur_ind.ind_libelle_fr
IS 'Libellé français';
COMMENT ON COLUMN public.tr_indicateur_ind.ind_libelle_en
IS 'Libellé anglais';
COMMENT ON COLUMN public.tr_indicateur_ind.ind_code_fr
IS 'Code français';
COMMENT ON COLUMN public.tr_indicateur_ind.ind_code_en
IS 'Code anglais';
COMMENT ON COLUMN public.tr_indicateur_ind.ind_id_parent
IS 'identifiant de l''indicateur parent';
COMMENT ON COLUMN public.tr_indicateur_ind.ind_type
IS 'type de l''indicateur';
COMMENT ON COLUMN public.tr_indicateur_ind.ind_ordre
IS 'ordre d''affichage des indicateurs';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |
![]() ![]() ![]() |