Revision 5251
Added by Aaron Marcuse-Kubitza about 12 years ago
schemas/vegbien.my.sql | ||
---|---|---|
783 | 783 |
creator_id int(11) NOT NULL, |
784 | 784 |
identifyingtaxonomicname text, |
785 | 785 |
canon_taxonconcept_id int(11), |
786 |
rank text, |
|
787 |
verbatimrank text, |
|
786 | 788 |
taxon_id int(11), |
787 | 789 |
taxonomicname text, |
788 | 790 |
author text, |
schemas/vegbien.sql | ||
---|---|---|
1116 | 1116 |
creator_id integer NOT NULL, |
1117 | 1117 |
identifyingtaxonomicname text, |
1118 | 1118 |
canon_taxonconcept_id integer, |
1119 |
rank taxonrank, |
|
1120 |
verbatimrank text, |
|
1119 | 1121 |
taxon_id integer, |
1120 | 1122 |
taxonomicname text, |
1121 | 1123 |
author text, |
Also available in: Unified diff
schemas/vegbien.sql: taxonconcept: Added rank, verbatimrank analogous to those fields in taxon