Schema
Owner
Administrateur
Tablespace
(default)
Descriptions
There is no description for table campagne
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
campagne |
integer |
|
|
|
|||
|
|
dsf |
char |
|
|
|
|
|
|
|
libdsf |
char |
|
|
|
|
|
|
|
annee |
integer |
|
|
|
|
|
|
|
campagne_nat |
integer |
|
|
|
|
|
|
|
libelle |
char |
|
|
|
|
|
|
|
dispositif |
integer |
|
|
|
|
|
|
|
PERIODE |
char(2) |
|
|
|
|
|
|
|
libPERIODE |
char(60) |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table campagne
Check Constraints
There are no check constraints for table campagne
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
btree |
|
campagne |
|
Triggers
There are no triggers for table campagne
Rules
There are no rules for table campagne
Policies
There are no policies for table campagne
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
campagne |
campagne |
No Action |
No Action |
|
Immediate |
|
||||
campagne |
campagne |
No Action |
No Action |
|
Immediate |
|
||||
campagne |
campagne |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
12 |
Pages |
1 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE generique334.campagne (
campagne INTEGER NOT NULL,
dsf CHAR,
libdsf CHAR,
annee INTEGER,
campagne_nat INTEGER,
libelle CHAR,
dispositif INTEGER,
"PERIODE" CHAR(2),
"libPERIODE" CHAR(60),
CONSTRAINT pk_generique334_campagne PRIMARY KEY(campagne)
) ;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |