Project

General

Profile

« Previous | Next » 

Revision 676

vegbien.sql: Added stratum.area

View differences:

vegbien.for_ERD.sql
404 404
  stratumheight double precision,
405 405
  stratumbase double precision,
406 406
  stratumcover double precision,
407
  area double precision,
407 408
  CONSTRAINT stratum_pkey PRIMARY KEY (stratum_id ),
408 409
  CONSTRAINT stratum_locationevent_id FOREIGN KEY (locationevent_id)
409 410
      REFERENCES locationevent (locationevent_id) MATCH SIMPLE

Also available in: Unified diff