Schema
Owner
postgres
Tablespace
(default)
Descriptions
There is no description for table chn_phyto
Columns
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
id_chn_phyto |
serial |
|
nextval('chn_phyto_id_chn_phyto_seq'::regclass) |
|
|||
|
|
sk_echant_phyto |
integer |
|
|
|
|
|
|
|
poids_phyto |
varchar |
|
|
|
|
|
|
|
n_pourc_phyto |
varchar |
|
|
|
|
|
|
|
c_pourc_phyto |
varchar |
|
|
|
|
|
|
|
cn_phyto |
varchar |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table chn_phyto
Check Constraints
There are no check constraints for table chn_phyto
Indices
Name | Type | Function | Columns | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
btree |
|
id_chn_phyto |
|
Triggers
There are no triggers for table chn_phyto
Rules
There are no rules for table chn_phyto
Policies
There are no policies for table chn_phyto
Referenced
There are no tables referenced by table chn_phyto
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
-1 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.chn_phyto (
id_chn_phyto SERIAL,
sk_echant_phyto INTEGER,
poids_phyto VARCHAR,
n_pourc_phyto VARCHAR,
c_pourc_phyto VARCHAR,
cn_phyto VARCHAR,
CONSTRAINT pmk_chn_phyto PRIMARY KEY(id_chn_phyto)
) ;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |