Revision 7191
Added by Aaron Marcuse-Kubitza about 12 years ago
schemas/vegbien.my.sql | ||
---|---|---|
1504 | 1504 |
genus varchar(255), |
1505 | 1505 |
specific_epithet varchar(255), |
1506 | 1506 |
morphospecies varchar(255), |
1507 |
morphoname varchar(255), |
|
1507 | 1508 |
growthform varchar(255), |
1508 | 1509 |
description varchar(255) |
1509 | 1510 |
); |
schemas/vegbien.sql | ||
---|---|---|
2347 | 2347 |
genus text, |
2348 | 2348 |
specific_epithet text, |
2349 | 2349 |
morphospecies text, |
2350 |
morphoname text, |
|
2350 | 2351 |
growthform growthform, |
2351 | 2352 |
description text |
2352 | 2353 |
); |
Also available in: Unified diff
schemas/vegbien.sql: taxonverbatim: Added morphoname (which is different from the morphospecies suffix)