Project

General

Profile

« Previous | Next » 

Revision 563

VegBIEN: Renamed individualplant.height to overallheight

View differences:

vegbien.sql
1062 1062
CREATE TABLE individualplant (
1063 1063
    individualplant_id integer NOT NULL,
1064 1064
    aggregateoccurrence_id integer NOT NULL,
1065
    height double precision,
1066
    heightaccuracy double precision,
1065
    overallheight double precision,
1066
    overallheightaccuracy double precision,
1067 1067
    emb_individualplant integer,
1068 1068
    sourceid character varying(20),
1069 1069
    accessioncode character varying(255),

Also available in: Unified diff