Revision 7671
Added by Aaron Marcuse-Kubitza over 11 years ago
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
schemas/vegbien.sql: Added compass_dir enum