Project

General

Profile

« Previous | Next » 

Revision 1230

VegBIEN: soilobs: Added default value for horizon. Adjusted mappings to remove now-unecessary horizon value.

View differences:

vegbien.sql
2186 2186
CREATE TABLE soilobs (
2187 2187
    soilobs_id integer NOT NULL,
2188 2188
    locationevent_id integer NOT NULL,
2189
    horizon text NOT NULL,
2189
    horizon text DEFAULT 'unknown'::text NOT NULL,
2190 2190
    description text,
2191 2191
    depthtop double precision,
2192 2192
    depthbottom double precision,

Also available in: Unified diff