pggeodb.nancy.inra.fr/db_robot - db_robot on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Table: t_mvt_watbio_tremula2014

 

 

Schema

public

 

Owner

robot_app

 

Tablespace

(default)

 

Descriptions

There is no description for table t_mvt_watbio_tremula2014

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

 

mvt_plt_numero

varchar(12)

 

 

 

 

 

 

mvt_nouveaurobot_prefix

varchar(3)

 

 

 

 

 

 

mvt_emp_palette

integer

 

 

 

 

 

 

 

mvt_date

date

 

 

 

 

 

 

mvt_heure

time(6)

 

 

 

 

 

 

mvt_sortie_definitive

boolean

 

 

 

 

 

 

mvt_raison

varchar(255)

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table t_mvt_watbio_tremula2014

 

Check Constraints

There are no check constraints for table t_mvt_watbio_tremula2014

 

Indices

There are no indices for table t_mvt_watbio_tremula2014

 

Triggers

There are no triggers for table t_mvt_watbio_tremula2014

 

Rules

There are no rules for table t_mvt_watbio_tremula2014

 

Policies

There are no policies for table t_mvt_watbio_tremula2014

 

Referenced

There are no tables referenced by table t_mvt_watbio_tremula2014

 

Properties

Property

Value

Inherited From

 

Rows

135

Pages

2

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.t_mvt_watbio_tremula2014 (
 mvt_plt_numero VARCHAR(12) NOT NULL,
 mvt_nouveaurobot_prefix VARCHAR(3) NOT NULL,
 mvt_emp_palette INTEGER,
 mvt_date DATE NOT NULL,
 mvt_heure TIME(6) WITHOUT TIME ZONE NOT NULL,
 mvt_sortie_definitive BOOLEAN NOT NULL,
 mvt_raison VARCHAR(255)
)
WITH (oids = false);

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51
Previous topic Chapter index Next topic