Schema
Owner
albenard
Tablespace
(default)
Descriptions
There is no description for table t_trait_matrice_selection
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
|
rowid |
integer |
|
|
|
|
|
|
|
Run and kill (Hunting strategy) |
text |
|
|
|
|
|
|
|
Detritivore (Diet) |
text |
|
|
|
|
|
|
|
Nocturnal (Activity period) |
text |
|
|
|
|
|
|
|
Filter feeders (Hunting strategy) |
text |
|
|
|
|
|
|
|
Sit and wait (Hunting strategy) |
text |
|
|
|
|
|
|
|
Grazing and/or Scraping (Hunting strategy) |
text |
|
|
|
|
|
|
|
Diurnal (Activity period) |
text |
|
|
|
|
|
|
|
Phytoplanktivore (Diet) |
text |
|
|
|
|
|
|
|
Insectivore (Diet) |
text |
|
|
|
|
|
|
|
Piscivore (Diet) |
text |
|
|
|
|
|
|
|
Periphytivorous (Diet) |
text |
|
|
|
|
|
|
|
Algivore (Diet) |
text |
|
|
|
|
|
|
|
Omnivore (Diet) |
text |
|
|
|
|
|
|
|
Phytivorous (including macrophytes) = herbivorous (Diet) |
text |
|
|
|
|
|
|
|
Ratio prey size/fish size (Prey eaten) |
text |
|
|
|
|
|
|
|
Carnivore (Diet) |
text |
|
|
|
|
|
|
|
Zooplanctivore (Diet) |
text |
|
|
|
|
|
|
|
Oophagous (Diet) |
text |
|
|
|
|
|
|
|
Invertivore (Diet) |
text |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table t_trait_matrice_selection
Check Constraints
There are no check constraints for table t_trait_matrice_selection
Indices
There are no indices for table t_trait_matrice_selection
Triggers
There are no triggers for table t_trait_matrice_selection
Rules
There are no rules for table t_trait_matrice_selection
Policies
There are no policies for table t_trait_matrice_selection
Referenced
There are no tables referenced by table t_trait_matrice_selection
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
129 |
Pages |
1 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE support.t_trait_matrice_selection (
rowid INTEGER,
"Run and kill (Hunting strategy)" TEXT,
"Detritivore (Diet)" TEXT,
"Nocturnal (Activity period)" TEXT,
"Filter feeders (Hunting strategy)" TEXT,
"Sit and wait (Hunting strategy)" TEXT,
"Grazing and/or Scraping (Hunting strategy)" TEXT,
"Diurnal (Activity period)" TEXT,
"Phytoplanktivore (Diet)" TEXT,
"Insectivore (Diet)" TEXT,
"Piscivore (Diet)" TEXT,
"Periphytivorous (Diet)" TEXT,
"Algivore (Diet)" TEXT,
"Omnivore (Diet)" TEXT,
"Phytivorous (including macrophytes) = herbivorous (Diet)" TEXT,
"Ratio prey size/fish size (Prey eaten)" TEXT,
"Carnivore (Diet)" TEXT,
"Zooplanctivore (Diet)" TEXT,
"Oophagous (Diet)" TEXT,
"Invertivore (Diet)" TEXT
)
WITH (oids = false);
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |