Revision 4960
Added by Aaron Marcuse-Kubitza about 12 years ago
schemas/vegbien.sql | ||
---|---|---|
1132 | 1132 |
-- Name: TABLE taxonpath; Type: COMMENT; Schema: public; Owner: - |
1133 | 1133 |
-- |
1134 | 1134 |
|
1135 |
COMMENT ON TABLE taxonpath IS 'Stores verbatim and scrubbed taxonomic names. For scrubbed names, points to the applicable taxon in the tree of life.
|
|
1135 |
COMMENT ON TABLE taxonpath IS 'A verbatim or scrubbed taxonomic name, which uniquely identifies a taxon. For scrubbed names, points to the applicable taxon in the tree of life.
|
|
1136 | 1136 |
|
1137 | 1137 |
To include a taxon name at a rank with no explicit column, add it to the otherranks array.'; |
1138 | 1138 |
|
Also available in: Unified diff
schemas/vegbien.sql: taxonpath: descriptive comment: Reworded to make the first sentence a noun, for consistency with other descriptive table comments. The convention is for the first "sentence" to be a noun which describes the entity that the table models.