Revision 528
Added by Aaron Marcuse-Kubitza almost 13 years ago
vegbien.sql | ||
---|---|---|
2510 | 2510 |
CREATE TABLE taxondetermination ( |
2511 | 2511 |
taxondetermination_id integer NOT NULL, |
2512 | 2512 |
taxonoccurrence_id integer NOT NULL, |
2513 |
plantconcept_id integer, |
|
2514 |
plantname_id integer NOT NULL,
|
|
2513 |
plantconcept_id integer NOT NULL,
|
|
2514 |
plantname_id integer, |
|
2515 | 2515 |
party_id integer NOT NULL, |
2516 | 2516 |
role_id integer NOT NULL, |
2517 | 2517 |
determinationtype character varying(30), |
Also available in: Unified diff
VegBIEN: Made taxondetermination.plantconcept_id required and plantname_id optional