Project

General

Profile

« Previous | Next » 

Revision 5262

schemas/vegbien.sql: taxonconcept: Renamed morphospecies to taxonname since it's used in the same way as taxon.taxonname: to store the lowest-rank portion of the taxonomic name, such as the morphospecies suffix

View differences:

vegbien.my.sql
783 783
    creator_id int(11) NOT NULL,
784 784
    identifyingtaxonomicname text,
785 785
    canon_taxonconcept_id int(11),
786
    taxonname text,
786 787
    rank text,
787 788
    verbatimrank text,
788 789
    taxon_id int(11),
......
801 802
    variety text,
802 803
    forma text,
803 804
    cultivar text,
804
    morphospecies text,
805 805
    otherranks text,
806 806
    accessioncode text
807 807
);
......
836 836

  
837 837

  
838 838
--
839
-- Name: COLUMN taxonconcept.taxonname; Type: COMMENT; Schema: public; Owner: -
840
--
841

  
842

  
843

  
844

  
845
--
839 846
-- Name: COLUMN taxonconcept.taxon_id; Type: COMMENT; Schema: public; Owner: -
840 847
--
841 848

  
......
948 955

  
949 956

  
950 957
--
951
-- Name: COLUMN taxonconcept.morphospecies; Type: COMMENT; Schema: public; Owner: -
952
--
953

  
954

  
955

  
956

  
957
--
958 958
-- Name: COLUMN taxonconcept.otherranks; Type: COMMENT; Schema: public; Owner: -
959 959
--
960 960

  

Also available in: Unified diff