Project

General

Profile

« Previous | Next » 

Revision 7671

schemas/vegbien.sql: Added compass_dir enum

View differences:

schemas/vegbien.my.sql
18 18

  
19 19

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

  
24

  
25

  
26

  
27
--
21 28
-- Name: coordinatesource; Type: TYPE; Schema: public; Owner: -
22 29
--
23 30

  
schemas/vegbien.sql
23 23

  
24 24

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

  
29
CREATE TYPE compass_dir AS ENUM (
30
    'N',
31
    'E',
32
    'S',
33
    'W'
34
);
35

  
36

  
37
--
26 38
-- Name: coordinatesource; Type: TYPE; Schema: public; Owner: -
27 39
--
28 40

  

Also available in: Unified diff