Schema
public
Owner
robot_app
Tablespace
(default)
Descriptions
There is no description for table t_mvt_t4f_poplar_2013
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
|
mvt_plt_numero |
integer |
|
|
|
|
|
|
|
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_t4f_poplar_2013
Check Constraints
There are no check constraints for table t_mvt_t4f_poplar_2013
Indices
There are no indices for table t_mvt_t4f_poplar_2013
Triggers
There are no triggers for table t_mvt_t4f_poplar_2013
Rules
There are no rules for table t_mvt_t4f_poplar_2013
Policies
There are no policies for table t_mvt_t4f_poplar_2013
Referenced
There are no tables referenced by table t_mvt_t4f_poplar_2013
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.t_mvt_t4f_poplar_2013 (
mvt_plt_numero INTEGER 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 |