Project

General

Profile

« Previous | Next » 

Revision 1430

VegBIEN: Moved aggregateoccurrence.growthform to taxonoccurrence

View differences:

vegbien.my.sql
130 130
    coverindex_id int(11),
131 131
    occurrencestatus_dwc text DEFAULT 'present' NOT NULL,
132 132
    method_id int(11),
133
    linecover double precision,
134
    growthform text
133
    linecover double precision
135 134
);
136 135

  
137 136

  
......
2284 2283
    taxonoccurrence_id int(11) NOT NULL,
2285 2284
    locationevent_id int(11),
2286 2285
    accessioncode text,
2287
    verbatimcollectorname text
2286
    verbatimcollectorname text,
2287
    growthform text
2288 2288
);
2289 2289

  
2290 2290

  

Also available in: Unified diff