Revision 1215
Added by Aaron Marcuse-Kubitza over 12 years ago
schemas/vegbien.my.sql | ||
---|---|---|
717 | 717 |
previous_id int(11), |
718 | 718 |
dateaccuracy text, |
719 | 719 |
method_id int(11), |
720 |
temperature double precision, |
|
721 |
precipitation double precision, |
|
720 | 722 |
autotaxoncover int(1), |
721 | 723 |
originaldata text, |
722 | 724 |
effortlevel text, |
schemas/vegbien.sql | ||
---|---|---|
873 | 873 |
previous_id integer, |
874 | 874 |
dateaccuracy text, |
875 | 875 |
method_id integer, |
876 |
temperature double precision, |
|
877 |
precipitation double precision, |
|
876 | 878 |
autotaxoncover boolean, |
877 | 879 |
originaldata text, |
878 | 880 |
effortlevel text, |
Also available in: Unified diff
vegbien.sql: locationevent: Added temperature and precipitation