Project

General

Profile

« Previous | Next » 

Revision 675

vegbien.sql: Removed denormalized duplicate fields from stratum

View differences:

vegbien.for_ERD.sql
401 401
  stratum_id serial NOT NULL,
402 402
  locationevent_id integer NOT NULL,
403 403
  stratumtype_id integer NOT NULL,
404
  stratummethod_id integer,
405
  stratumname character varying(30),
406 404
  stratumheight double precision,
407 405
  stratumbase double precision,
408 406
  stratumcover double precision,
409
  stratumdescription character varying(200),
410 407
  CONSTRAINT stratum_pkey PRIMARY KEY (stratum_id ),
411 408
  CONSTRAINT stratum_locationevent_id FOREIGN KEY (locationevent_id)
412 409
      REFERENCES locationevent (locationevent_id) MATCH SIMPLE

Also available in: Unified diff