Project

General

Profile

« Previous | Next » 

Revision 7609

schemas/vegbien.sql: plantobservation: Added reproductivecondition

View differences:

schemas/vegbien.my.sql
1279 1279
    overallheightaccuracy_m double precision,
1280 1280
    authorplantcode varchar(255),
1281 1281
    stemcount int(11),
1282
    reproductivecondition varchar(255),
1282 1283
    plant_id int(11)
1283 1284
);
1284 1285

  
schemas/vegbien.sql
2182 2182
    overallheightaccuracy_m double precision,
2183 2183
    authorplantcode text,
2184 2184
    stemcount integer,
2185
    reproductivecondition text,
2185 2186
    plant_id integer,
2186 2187
    CONSTRAINT plantobservation_required_key CHECK (((sourceaccessioncode IS NOT NULL) OR (aggregateoccurrence_id IS NOT NULL)))
2187 2188
);

Also available in: Unified diff