Revision 5243
Added by Aaron Marcuse-Kubitza about 12 years ago
vegbien.sql | ||
---|---|---|
3334 | 3334 |
CREATE TABLE voucher ( |
3335 | 3335 |
voucher_id integer NOT NULL, |
3336 | 3336 |
taxonoccurrence_id integer NOT NULL, |
3337 |
specimenreplicate_id integer NOT NULL, |
|
3338 |
accessioncode text |
|
3337 |
specimenreplicate_id integer NOT NULL |
|
3339 | 3338 |
); |
3340 | 3339 |
|
3341 | 3340 |
|
Also available in: Unified diff
schemas/vegbien.sql: voucher: Removed accessioncode because this table has no sourceaccessioncode which it would be generated from (it just links a taxonoccurrence to a vouchering specimenreplicate)