Schema
public
Owner
robot_app
Tablespace
(default)
Descriptions
There is no description for table t_ano_p_h2oak_2016
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_h2oak_2016
Check Constraints
There are no check constraints for table t_ano_p_h2oak_2016
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_h2oak_2016
Rules
There are no rules for table t_ano_p_h2oak_2016
Policies
There are no policies for table t_ano_p_h2oak_2016
Referenced
There are no tables referenced by table t_ano_p_h2oak_2016
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
224 |
Pages |
3 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.t_ano_p_h2oak_2016 (
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 NOT NULL,
ano_timereturn TIME(6) WITHOUT TIME ZONE NOT NULL,
CONSTRAINT t_ano_p_h2oak_2016_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 |