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

Table: utilisateur

 

 

Schema

public

 

Owner

postgres

 

Tablespace

(default)

 

Descriptions

There is no description for table utilisateur

 

Columns

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

 

nom_user

varchar

 

 

 

 

 

 

 

prenom_user

varchar

 

 

 

 

 

 

 

email

varchar

 

 

 

 

 

 

 

passwd

varchar

 

 

 

 

 

 

id_user

serial

 

nextval('utilisateur_id_user_seq'::regclass)

 

 

 

date_limite

date

 

 

 

 

 

 

 

all_projet

integer

 

 

 

 

 

 

 

permanent

integer

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table utilisateur

 

Check Constraints

There are no check constraints for table utilisateur

 

Indices

Name

Type

Function

Columns

Primary Key

Unique

Description

pmk_user

btree

 

id_user

 

 

Triggers

There are no triggers for table utilisateur

 

Rules

There are no rules for table utilisateur

 

Policies

There are no policies for table utilisateur

 

Referenced

Table

Schema

Foreign Key

Columns

FK Table

FK Columns

Delete Action

Update Action

Deferrable

Check Time

Description

utilisateur_projet

public

stk_user_proj

stk_user

public.utilisateur

id_user

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

26

Pages

1

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.utilisateur (
 nom_user VARCHAR,
 prenom_user VARCHAR,
 email VARCHAR,
 passwd VARCHAR,
 id_user SERIAL,
 date_limite DATE,
 all_projet INTEGER,
 permanent INTEGER,
 CONSTRAINT pmk_user PRIMARY KEY(id_user)
) ;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23
Previous topic Chapter index Next topic