Schema
public
Owner
robot_app
Tablespace
(default)
Descriptions
There is no description for table t_ano_p_watbio_tremula2014
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
ano_dateout |
timestamp(6) |
|
|
|
|
||
|
ano_timeout |
time(6) |
|
|
|
|
||
|
ano_numero_palette |
integer |
|
|
|
|
||
|
|
ano_arrosage_main |
integer |
|
|
|
|
|
|
|
ano_weight_added |
integer |
|
|
|
|
|
|
|
ano_datereturn |
timestamp(6) |
|
|
|
|
|
|
|
ano_timereturn |
time(6) |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table t_ano_p_watbio_tremula2014
Check Constraints
There are no check constraints for table t_ano_p_watbio_tremula2014
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
btree |
|
ano_dateout, ano_timeout, ano_numero_palette |
|
Triggers
There are no triggers for table t_ano_p_watbio_tremula2014
Rules
There are no rules for table t_ano_p_watbio_tremula2014
Policies
There are no policies for table t_ano_p_watbio_tremula2014
Referenced
There are no tables referenced by table t_ano_p_watbio_tremula2014
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.t_ano_p_watbio_tremula2014 (
ano_dateout TIMESTAMP(6) WITHOUT TIME ZONE NOT NULL,
ano_timeout TIME(6) WITHOUT TIME ZONE NOT NULL,
ano_numero_palette INTEGER NOT NULL,
ano_arrosage_main INTEGER,
ano_weight_added INTEGER,
ano_datereturn TIMESTAMP(6) WITHOUT TIME ZONE,
ano_timereturn TIME(6) WITHOUT TIME ZONE,
CONSTRAINT t_ano_p_watbio_tremula2014_pkey PRIMARY KEY(ano_dateout, ano_timeout, ano_numero_palette)
)
WITH (oids = false);
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51 |