Project

General

Profile

« Previous | Next » 

Revision 7331

schemas/vegbien.sql: Added coordinatesource enum

View differences:

schemas/vegbien.my.sql
18 18

  
19 19

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

  
24

  
25

  
26

  
27
--
28
-- Name: TYPE coordinatesource; Type: COMMENT; Schema: public; Owner: -
29
--
30

  
31

  
32

  
33

  
34
--
21 35
-- Name: establishmentmeans_dwc; Type: TYPE; Schema: public; Owner: -
22 36
--
23 37

  
schemas/vegbien.sql
23 23

  
24 24

  
25 25
--
26
-- Name: coordinatesource; Type: TYPE; Schema: public; Owner: -
27
--
28

  
29
CREATE TYPE coordinatesource AS ENUM (
30
    'source data',
31
    'GPS',
32
    'georeferencing'
33
);
34

  
35

  
36
--
37
-- Name: TYPE coordinatesource; Type: COMMENT; Schema: public; Owner: -
38
--
39

  
40
COMMENT ON TYPE coordinatesource IS 'From <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCore_data_dictionary#coordinateSource>';
41

  
42

  
43
--
26 44
-- Name: establishmentmeans_dwc; Type: TYPE; Schema: public; Owner: -
27 45
--
28 46

  

Also available in: Unified diff