Revision 4961
Added by Aaron Marcuse-Kubitza over 12 years ago
schemas/vegbien.sql | ||
---|---|---|
2834 | 2834 |
-- Name: TABLE taxon; Type: COMMENT; Schema: public; Owner: - |
2835 | 2835 |
-- |
2836 | 2836 |
|
2837 |
COMMENT ON TABLE taxon IS 'A formal, named taxon, which can be at any level in the taxonomic hierarchy. |
|
2837 |
COMMENT ON TABLE taxon IS 'A formal, named taxon, which can be at any level in the taxonomic hierarchy. Note that the taxonname stores only one rank (e.g. family) of the full identifying name. The higher-level ranks are determined by the taxon''s chain of ancestors in parent_id.
|
|
2838 | 2838 |
|
2839 | 2839 |
Equivalent to VegBank''s plantConcept and plantName tables, plus plantParent_ID and |
2840 | 2840 |
plantLevel from plantStatus.'; |
Also available in: Unified diff
schemas/vegbien.sql: taxon: descriptive comment: Added note that the taxonname stores only one rank (e.g. family) of the full identifying name