Project

General

Profile

« Previous | Next » 

Revision 1214

vegbien.sql: aggregateoccurrence: Added growthform

View differences:

schemas/vegbien.my.sql
110 110
    occurrencestatus_dwc text DEFAULT 'present',
111 111
    method_id int(11),
112 112
    linecover double precision,
113
    verbatimcollectorname text
113
    verbatimcollectorname text,
114
    growthform text
114 115
);
115 116

  
116 117

  
schemas/vegbien.sql
176 176
    method_id integer,
177 177
    linecover double precision,
178 178
    verbatimcollectorname text,
179
    growthform taxonclass,
179 180
    CONSTRAINT aggregateoccurrence_plantobservation_count_1 CHECK (((plantobservation_id IS NULL) OR (NOT (count IS DISTINCT FROM 1))))
180 181
);
181 182

  

Also available in: Unified diff