Revision 5270
Added by Aaron Marcuse-Kubitza about 12 years ago
vegbien.my.sql | ||
---|---|---|
803 | 803 |
variety text, |
804 | 804 |
forma text, |
805 | 805 |
cultivar text, |
806 |
otherranks text, |
|
807 | 806 |
accessioncode text |
808 | 807 |
); |
809 | 808 |
|
... | ... | |
963 | 962 |
|
964 | 963 |
|
965 | 964 |
-- |
966 |
-- Name: COLUMN taxonconcept.otherranks; Type: COMMENT; Schema: public; Owner: - |
|
967 |
-- |
|
968 |
|
|
969 |
|
|
970 |
|
|
971 |
|
|
972 |
-- |
|
973 | 965 |
-- Name: taxondetermination; Type: TABLE; Schema: public; Owner: -; Tablespace: |
974 | 966 |
-- |
975 | 967 |
|
Also available in: Unified diff
schemas/vegbien.sql: taxonconcept: Changed instructions for including a taxon name at a rank with no explicit column to create a parent taxonconcept for it and point to it using parent_id instead of using otherranks. Removed no longer used otherranks field.