Project

General

Profile

« Previous | Next » 

Revision 4720

schemas/vegbien.sql: taxon: Added comment that it's VegBank's plantConcept table

View differences:

vegbien.sql
2858 2858
-- Name: TABLE taxon; Type: COMMENT; Schema: public; Owner: -
2859 2859
--
2860 2860

  
2861
COMMENT ON TABLE taxon IS 'To include a taxon name at a rank with no explicit column, create a taxon for it and point to it using taxon_id. To include multiple such names, chain the taxons together using parent_id, as a form of ordered linked list. Note that lower-level taxa should point to higher-level taxa.';
2861
COMMENT ON TABLE taxon IS 'VegBank''s plantConcept table.
2862 2862

  
2863
To include a taxon name at a rank with no explicit column, create a taxon for it and point to it using taxon_id. To include multiple such names, chain the taxons together using parent_id, as a form of ordered linked list. Note that lower-level taxa should point to higher-level taxa.';
2863 2864

  
2865

  
2864 2866
--
2865 2867
-- Name: COLUMN taxon.rank; Type: COMMENT; Schema: public; Owner: -
2866 2868
--

Also available in: Unified diff