Schema
Owner
albenard
Tablespace
(default)
Descriptions
There is no description for table graine_temp
Columns
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
|
ch |
varchar(50) |
|
|
|
|
|
|
|
commentaire |
text |
|
|
|
|
|
|
|
jointure_lieu |
varchar(50) |
|
|
|
|
|
|
|
jointure_geno |
varchar(50) |
|
|
|
|
|
|
|
num_cru |
integer |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table graine_temp
Check Constraints
There are no check constraints for table graine_temp
Indices
There are no indices for table graine_temp
Triggers
There are no triggers for table graine_temp
Rules
There are no rules for table graine_temp
Policies
There are no policies for table graine_temp
Referenced
There are no tables referenced by table graine_temp
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
11555 |
Pages |
81 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.graine_temp (
ch VARCHAR(50),
commentaire TEXT,
jointure_lieu VARCHAR(50),
jointure_geno VARCHAR(50),
num_cru INTEGER
) ;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |