Schema
Owner
biljoucarto
Tablespace
(default)
Descriptions
Table de jointure t_carte_indicateur_caind et t_carte_parametre_simulation_capars
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
caindpars_caind_id |
integer |
|
|
|
Clé étrangère de la table t_carte_indicateur_caind |
|||
caindpars_capars_id |
integer |
|
|
|
Clé étrangère de la table t_carte_parametre_simulation_capars |
Foreign Keys
Name | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|
caindpars_caind_id |
caind_id |
No Action |
No Action |
|
Immediate |
|
||
caindpars_capars_id |
capars_id |
No Action |
No Action |
|
Immediate |
|
Check Constraints
There are no check constraints for table tj_carte_ind_carte_pars_caindpars
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
btree |
|
caindpars_caind_id, caindpars_capars_id |
|
Triggers
There are no triggers for table tj_carte_ind_carte_pars_caindpars
Rules
There are no rules for table tj_carte_ind_carte_pars_caindpars
Policies
There are no policies for table tj_carte_ind_carte_pars_caindpars
Referenced
There are no tables referenced by table tj_carte_ind_carte_pars_caindpars
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tj_carte_ind_carte_pars_caindpars (
caindpars_caind_id INTEGER NOT NULL,
caindpars_capars_id INTEGER NOT NULL,
CONSTRAINT tj_carte_ind_carte_pars_caindpars_pkey PRIMARY KEY(caindpars_caind_id, caindpars_capars_id),
CONSTRAINT tj_carte_ind_carte_pars_caindpars_caindpars_caind_id_fkey FOREIGN KEY (caindpars_caind_id)
REFERENCES public.t_carte_indicateur_caind(caind_id)
ON DELETE NO ACTION
ON UPDATE NO ACTION
NOT DEFERRABLE,
CONSTRAINT tj_carte_ind_carte_pars_caindpars_caindpars_capars_id_fkey FOREIGN KEY (caindpars_capars_id)
REFERENCES public.t_carte_parametre_simulation_capars(capars_id)
ON DELETE NO ACTION
ON UPDATE NO ACTION
NOT DEFERRABLE
) ;
COMMENT ON TABLE public.tj_carte_ind_carte_pars_caindpars
IS 'Table de jointure t_carte_indicateur_caind et t_carte_parametre_simulation_capars';
COMMENT ON COLUMN public.tj_carte_ind_carte_pars_caindpars.caindpars_caind_id
IS 'Clé étrangère de la table t_carte_indicateur_caind ';
COMMENT ON COLUMN public.tj_carte_ind_carte_pars_caindpars.caindpars_capars_id
IS 'Clé étrangère de la table t_carte_parametre_simulation_capars';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |
![]() ![]() ![]() |