Project

General

Profile

« Previous | Next » 

Revision 1210

vegbien.sql: stemobservation: Added diameteraccuracy. Reordered fields.

View differences:

vegbien.sql
2402 2402
CREATE TABLE stemobservation (
2403 2403
    stemobservation_id integer NOT NULL,
2404 2404
    plantobservation_id integer NOT NULL,
2405
    sourceaccessioncode text,
2405 2406
    authorstemcode text,
2406 2407
    xposition double precision,
2407 2408
    yposition double precision,
2408
    health text,
2409
    emb_stemobservation integer,
2410 2409
    diameterbreastheight double precision,
2410
    basaldiameter double precision,
2411
    diameteraccuracy double precision,
2411 2412
    height double precision,
2412 2413
    heightaccuracy double precision,
2414
    health text,
2413 2415
    age double precision,
2414 2416
    accessioncode text,
2415
    diameteraccuracy double precision,
2416
    sourceaccessioncode text
2417
    emb_stemobservation integer
2417 2418
);
2418 2419

  
2419 2420

  

Also available in: Unified diff