Revision 5194
Added by Aaron Marcuse-Kubitza over 12 years ago
schemas/vegbien.sql | ||
---|---|---|
3021 | 3021 |
-- Name: TABLE taxon; Type: COMMENT; Schema: public; Owner: - |
3022 | 3022 |
-- |
3023 | 3023 |
|
3024 |
COMMENT ON TABLE taxon IS 'A formal, named taxon. Can be at any level in the taxonomic hierarchy. Note that the taxon name stores only one rank (e.g. family) of the full taxonomic name. The higher-level ranks are stored in the taxon''s chain of parent_id ancestors. |
|
3024 |
COMMENT ON TABLE taxon IS 'A formal, named taxon in the tree of life. Can be at any level in the taxonomic hierarchy. Note that the taxon name stores only one rank (e.g. family) of the full taxonomic name. The higher-level ranks are stored in the taxon''s chain of parent_id ancestors.
|
|
3025 | 3025 |
|
3026 | 3026 |
Equivalent to VegBank''s plantConcept and plantName tables, plus plantParent_ID and |
3027 | 3027 |
plantLevel from plantStatus.'; |
Also available in: Unified diff
schemas/vegbien.sql: taxon: Added comment that this table stores the tree of life