Revision 543
Added by Aaron Marcuse-Kubitza almost 13 years ago
vegbien.for_ERD.sql | ||
---|---|---|
227 | 227 |
CREATE TABLE specimen -- A herbarium specimen. Contains Darwin Core specimen data. |
228 | 228 |
( |
229 | 229 |
specimen_id serial NOT NULL, |
230 |
individualplant_id integer, |
|
231 | 230 |
reference_id integer NOT NULL, |
232 | 231 |
collectioncode_dwc character varying(255), |
233 | 232 |
catalognumber_dwc character varying(255), |
Also available in: Unified diff
VegBIEN: specimen links directly to taxonoccurrence rather than indirectly via individualplant