Revision 597
Added by Aaron Marcuse-Kubitza almost 13 years ago
vegbien.for_ERD.sql | ||
---|---|---|
43 | 43 |
plantconcept_id serial NOT NULL, |
44 | 44 |
plantname_id integer NOT NULL, |
45 | 45 |
reference_id integer NOT NULL, |
46 |
plantname character varying(200), |
|
47 | 46 |
plantcode character varying(23), |
48 | 47 |
plantdescription text, |
49 | 48 |
d_obscount integer, |
Also available in: Unified diff
vegbien.sql: Removed confusing plantconcept.plantname field since we are using plantname.plantname instead