Revision 11503
Added by Aaron Marcuse-Kubitza about 11 years ago
schemas/vegbien.my.sql | ||
---|---|---|
1581 | 1581 |
determinationtype varchar(255), |
1582 | 1582 |
reference_id int(11), |
1583 | 1583 |
isoriginal int(1) DEFAULT false NOT NULL, |
1584 |
is_datasource_current int(1) DEFAULT false NOT NULL,
|
|
1584 |
iscurrent__verbatim int(1),
|
|
1585 | 1585 |
iscurrent int(1) DEFAULT false NOT NULL, |
1586 | 1586 |
taxonfit varchar(255), |
1587 | 1587 |
taxonconfidence varchar(255), |
schemas/vegbien.sql | ||
---|---|---|
2587 | 2587 |
determinationtype text, |
2588 | 2588 |
reference_id integer, |
2589 | 2589 |
isoriginal boolean DEFAULT false NOT NULL, |
2590 |
is_datasource_current boolean DEFAULT false NOT NULL,
|
|
2590 |
iscurrent__verbatim boolean,
|
|
2591 | 2591 |
iscurrent boolean DEFAULT false NOT NULL, |
2592 | 2592 |
taxonfit text, |
2593 | 2593 |
taxonconfidence text, |
Also available in: Unified diff
schemas/vegbien.sql: taxondetermination.is_datasource_current: renamed to iscurrent__verbatim and made it nullable, so that this can be used to store the verbatim iscurrent status