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

Table: espece_nematrait

 

 

Schema

public

 

Owner

postgres

 

Tablespace

(default)

 

Descriptions

There is no description for table espece_nematrait

 

Columns

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

id_espece

serial

 

nextval('espece_nematrait_id_espece_seq'::regclass)

 

 

 

class

varchar

 

 

 

 

 

 

 

order

varchar

 

 

 

 

 

 

 

suborder

varchar

 

 

 

 

 

 

 

family

varchar

 

 

 

 

 

 

 

genus

varchar

 

 

 

 

 

 

 

species

varchar

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table espece_nematrait

 

Check Constraints

There are no check constraints for table espece_nematrait

 

Indices

Name

Type

Function

Columns

Primary Key

Unique

Description

espece_nematrait_pkey

btree

 

id_espece

 

 

Triggers

There are no triggers for table espece_nematrait

 

Rules

There are no rules for table espece_nematrait

 

Policies

There are no policies for table espece_nematrait

 

Referenced

There are no tables referenced by table espece_nematrait

 

Properties

Property

Value

Inherited From

 

Rows

-1

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.espece_nematrait (
 id_espece SERIAL,
 class VARCHAR,
 "order" VARCHAR,
 suborder VARCHAR,
 family VARCHAR,
 genus VARCHAR,
 species VARCHAR,
 CONSTRAINT espece_nematrait_pkey PRIMARY KEY(id_espece)
) ;

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