Revision 1035
Added by Aaron Marcuse-Kubitza almost 13 years ago
vegbien.my.sql | ||
---|---|---|
1821 | 1821 |
accessioncode text, |
1822 | 1822 |
method_id int(11), |
1823 | 1823 |
shape text, |
1824 |
length text,
|
|
1825 |
width text,
|
|
1826 |
radius text,
|
|
1827 |
area text
|
|
1824 |
length double precision,
|
|
1825 |
width double precision,
|
|
1826 |
radius double precision,
|
|
1827 |
area double precision
|
|
1828 | 1828 |
); |
1829 | 1829 |
|
1830 | 1830 |
|
Also available in: Unified diff
vegbien.sql: Changed types of numerical plotmethod fields to double precision