Revision 1166
Added by Aaron Marcuse-Kubitza almost 13 years ago
vegbien.my.sql | ||
---|---|---|
102 | 102 |
stratum_id int(11), |
103 | 103 |
coverindex_id int(11), |
104 | 104 |
occurrencestatus_dwc text DEFAULT 'present', |
105 |
method_id int(11) |
|
105 |
method_id int(11), |
|
106 |
linecover double precision |
|
106 | 107 |
); |
107 | 108 |
|
108 | 109 |
|
... | ... | |
121 | 122 |
|
122 | 123 |
|
123 | 124 |
-- |
125 |
-- Name: COLUMN aggregateoccurrence.linecover; Type: COMMENT; Schema: public; Owner: - |
|
126 |
-- |
|
127 |
|
|
128 |
|
|
129 |
|
|
130 |
|
|
131 |
-- |
|
124 | 132 |
-- Name: aggregateoccurrence_aggregateoccurrence_id_seq; Type: SEQUENCE; Schema: public; Owner: - |
125 | 133 |
-- |
126 | 134 |
|
Also available in: Unified diff
vegbien.sql: aggregateoccurrence: Added linecover