Revision 4716
Added by Aaron Marcuse-Kubitza about 12 years ago
vegbien.sql | ||
---|---|---|
2128 | 2128 |
scope_id integer, |
2129 | 2129 |
rank taxonrank NOT NULL, |
2130 | 2130 |
verbatimrank text, |
2131 |
plantname text NOT NULL,
|
|
2131 |
taxonname text NOT NULL,
|
|
2132 | 2132 |
authority text, |
2133 | 2133 |
description text, |
2134 | 2134 |
accessioncode text |
... | ... | |
4381 | 4381 |
-- Name: plantname_unique; Type: INDEX; Schema: public; Owner: -; Tablespace: |
4382 | 4382 |
-- |
4383 | 4383 |
|
4384 |
CREATE UNIQUE INDEX plantname_unique ON plantname USING btree ((COALESCE(parent_id, 2147483647)), plantname, rank, (COALESCE(scope_id, 2147483647)), (COALESCE(authority, '\\N'::text)));
|
|
4384 |
CREATE UNIQUE INDEX plantname_unique ON plantname USING btree ((COALESCE(parent_id, 2147483647)), taxonname, rank, (COALESCE(scope_id, 2147483647)), (COALESCE(authority, '\\N'::text)));
|
|
4385 | 4385 |
|
4386 | 4386 |
|
4387 | 4387 |
-- |
Also available in: Unified diff
schemas/vegbien.sql: plantname: Renamed plantname field to taxonname for consistency with DwC's Taxon category