Revision 1035
Added by Aaron Marcuse-Kubitza almost 13 years ago
vegbien.sql | ||
---|---|---|
2095 | 2095 |
accessioncode text, |
2096 | 2096 |
method_id integer, |
2097 | 2097 |
shape text, |
2098 |
length text,
|
|
2099 |
width text,
|
|
2100 |
radius text,
|
|
2101 |
area text
|
|
2098 |
length double precision,
|
|
2099 |
width double precision,
|
|
2100 |
radius double precision,
|
|
2101 |
area double precision
|
|
2102 | 2102 |
); |
2103 | 2103 |
|
2104 | 2104 |
|
Also available in: Unified diff
vegbien.sql: Changed types of numerical plotmethod fields to double precision