Project

General

Profile

« Previous | Next » 

Revision 1430

VegBIEN: Moved aggregateoccurrence.growthform to taxonoccurrence

View differences:

vegbien.sql
216 216
    occurrencestatus_dwc occurrencestatus_dwc DEFAULT 'present'::occurrencestatus_dwc NOT NULL,
217 217
    method_id integer,
218 218
    linecover double precision,
219
    growthform taxonclass,
220 219
    CONSTRAINT aggregateoccurrence_plantobservation_count_1 CHECK (((plantobservation_id IS NULL) OR (NOT (count IS DISTINCT FROM 1))))
221 220
);
222 221

  
......
2671 2670
    taxonoccurrence_id integer NOT NULL,
2672 2671
    locationevent_id integer,
2673 2672
    accessioncode text,
2674
    verbatimcollectorname text
2673
    verbatimcollectorname text,
2674
    growthform taxonclass
2675 2675
);
2676 2676

  
2677 2677

  

Also available in: Unified diff