Project

General

Profile

« Previous | Next » 

Revision 1036

vegbien.sql: method: Added lengthunits field

View differences:

vegbien.sql
18 18
SET search_path = public, pg_catalog;
19 19

  
20 20
--
21
-- Name: methodtraitname_appliesto; Type: TYPE; Schema: public; Owner: -
22
--
23

  
24
CREATE TYPE methodtraitname_appliesto AS ENUM (
25
    'locationevent',
26
    'taxonoccurrence'
27
);
28

  
29

  
30
--
31 21
-- Name: occurrencestatus_dwc; Type: TYPE; Schema: public; Owner: -
32 22
--
33 23

  
......
1451 1441
    name text NOT NULL,
1452 1442
    description text,
1453 1443
    accessioncode text,
1444
    lengthunits text,
1454 1445
    mindiameter double precision,
1455 1446
    minheight double precision,
1456 1447
    maxdiameter double precision,
......
1465 1456

  
1466 1457

  
1467 1458
--
1459
-- Name: COLUMN method.lengthunits; Type: COMMENT; Schema: public; Owner: -
1460
--
1461

  
1462
COMMENT ON COLUMN method.lengthunits IS 'Units for all length- or area-related measurements, e.g. m. **Any measurements not in these units must be converted, e.g. ha -> m^2.**';
1463

  
1464

  
1465
--
1468 1466
-- Name: COLUMN method.observationtype; Type: COMMENT; Schema: public; Owner: -
1469 1467
--
1470 1468

  

Also available in: Unified diff