Revision 4070
Added by Aaron Marcuse-Kubitza over 12 years ago
schemas/vegbien.my.sql | ||
---|---|---|
2361 | 2361 |
datasource_id int(11) NOT NULL, |
2362 | 2362 |
sourceaccessioncode text, |
2363 | 2363 |
locationevent_id int(11), |
2364 |
authortaxoncode text, |
|
2364 | 2365 |
verbatimcollectorname text, |
2365 | 2366 |
growthform text, |
2366 | 2367 |
iscultivated int(1), |
schemas/vegbien.sql | ||
---|---|---|
2868 | 2868 |
datasource_id integer NOT NULL, |
2869 | 2869 |
sourceaccessioncode text, |
2870 | 2870 |
locationevent_id integer, |
2871 |
authortaxoncode text, |
|
2871 | 2872 |
verbatimcollectorname text, |
2872 | 2873 |
growthform growthform, |
2873 | 2874 |
iscultivated boolean, |
Also available in: Unified diff
schemas/vegbien.sql: taxonoccurrence: Added authortaxoncode to store unique keys that are unique within the locationevent rather than within the datasource