Revision 670
Added by Aaron Marcuse-Kubitza almost 13 years ago
vegbien.sql | ||
---|---|---|
2269 | 2269 |
|
2270 | 2270 |
|
2271 | 2271 |
-- |
2272 |
-- Name: TABLE specimen; Type: COMMENT; Schema: public; Owner: - |
|
2273 |
-- |
|
2274 |
|
|
2275 |
COMMENT ON TABLE specimen IS 'A physical specimen collected from a plant. Used to link replicates of the same specimen together.'; |
|
2276 |
|
|
2277 |
|
|
2278 |
-- |
|
2272 | 2279 |
-- Name: specimen_specimen_id_seq; Type: SEQUENCE; Schema: public; Owner: - |
2273 | 2280 |
-- |
2274 | 2281 |
|
... | ... | |
2311 | 2318 |
-- Name: TABLE specimenreplicate; Type: COMMENT; Schema: public; Owner: - |
2312 | 2319 |
-- |
2313 | 2320 |
|
2314 |
COMMENT ON TABLE specimenreplicate IS 'A herbarium specimenreplicate. Contains Darwin Core specimenreplicate data.';
|
|
2321 |
COMMENT ON TABLE specimenreplicate IS 'A herbarium''s replicate of a specimen. Contains Darwin Core specimen data.';
|
|
2315 | 2322 |
|
2316 | 2323 |
|
2317 | 2324 |
-- |
Also available in: Unified diff
vegbien.sql: Updated table comments for specimenreplicate and specimen