Template:ChadoTable organism
From GMOD
This template is a Chado Table Template. It defines a single table from the Chado schema, and every Chado table has a template like this one. This template is automatically included in two places:
- The module page for the module the table is a part of. This is where updates and comments should be posted.
- The Chado Tables page, which lists all tables.
You can include this template anywhere you want to show the table description.
| Table: | organism |
| Module: | Organism |
The organismal taxonomic classification. Note that phylogenies are represented using the phylogeny module, and taxonomies can be represented using the cvterm module or the phylogeny module.
| FK | Name | Type | Description |
|---|---|---|---|
| organism_id | serial | PRIMARY KEY | |
| abbreviation | character varying(255) | ||
| genus | character varying(255) | UNIQUE#1 NOT NULL | |
| species | character varying(255) | UNIQUE#1 NOT NULL | |
| common_name | character varying(255) | ||
| comment | text |
Tables referencing organism via foreign key constraints:
- biomaterial
- cell_line
- feature
- library
- organism_dbxref
- organismprop
- phenotype_comparison
- phylonode_organism
- stock

