Revision 6021
Added by Aaron Marcuse-Kubitza about 12 years ago
schemas/vegbien.my.sql | ||
---|---|---|
33 | 33 |
|
34 | 34 |
|
35 | 35 |
-- |
36 |
-- Name: higher_plant_group; Type: TYPE; Schema: public; Owner: - |
|
37 |
-- |
|
38 |
|
|
39 |
|
|
40 |
|
|
41 |
|
|
42 |
-- |
|
36 | 43 |
-- Name: occurrencestatus_dwc; Type: TYPE; Schema: public; Owner: - |
37 | 44 |
-- |
38 | 45 |
|
schemas/vegbien.sql | ||
---|---|---|
55 | 55 |
|
56 | 56 |
|
57 | 57 |
-- |
58 |
-- Name: higher_plant_group; Type: TYPE; Schema: public; Owner: - |
|
59 |
-- |
|
60 |
|
|
61 |
CREATE TYPE higher_plant_group AS ENUM ( |
|
62 |
'bryophytes', |
|
63 |
'ferns and allies', |
|
64 |
'flowering plants', |
|
65 |
'gymnosperms (conifers)', |
|
66 |
'gymnosperms (non-conifer)' |
|
67 |
); |
|
68 |
|
|
69 |
|
|
70 |
-- |
|
58 | 71 |
-- Name: occurrencestatus_dwc; Type: TYPE; Schema: public; Owner: - |
59 | 72 |
-- |
60 | 73 |
|
Also available in: Unified diff
schemas/vegbien.sql: Added higher_plant_group enum