pggeodb-preprod.nancy.inra.fr/db_peuplier 
Previous topic Chapter index Next topic

Table: campagne

 

 

Schema

generique334

 

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

pk_generique334_campagne

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

culti

generique334

fk_culti_to_campagne

campagne

generique334.campagne

campagne

No Action

No Action

 

Immediate

 

observation

generique334

fk_observation_to_camp

campagne

generique334.campagne

campagne

No Action

No Action

 

Immediate

 

plac

generique334

fk_plac_to_campagne

campagne

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