Revision 632
Added by Aaron Marcuse-Kubitza almost 13 years ago
vegbien.for_wiki.sql | ||
---|---|---|
123 | 123 |
role_id integer NOT NULL, |
124 | 124 |
determinationtype character varying(30), |
125 | 125 |
reference_id integer, |
126 |
originaldetermination boolean NOT NULL DEFAULT false,
|
|
127 |
currentdetermination boolean NOT NULL DEFAULT false,
|
|
126 |
isoriginal boolean NOT NULL DEFAULT false,
|
|
127 |
iscurrent boolean NOT NULL DEFAULT false,
|
|
128 | 128 |
taxonfit character varying(50), |
129 | 129 |
taxonconfidence character varying(50), |
130 | 130 |
grouptype character varying(20), |
Also available in: Unified diff
VegBIEN: Renamed taxondetermination.*determination to is*