Project

General

Profile

« Previous | Next » 

Revision 5243

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)

View differences:

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