Revision 6019
Added by Aaron Marcuse-Kubitza over 12 years ago
vegbien.my.sql | ||
---|---|---|
620 | 620 |
`decimalLatitude` double precision, |
621 | 621 |
`decimalLongitude` double precision, |
622 | 622 |
`georeferenceValid` int(1), |
623 |
`isNewWorld` int(1), |
|
623 | 624 |
`distanceToCountry_km` double precision, |
624 | 625 |
`distanceToStateProvince_km` double precision, |
625 | 626 |
`plotName` text, |
... | ... | |
656 | 657 |
`decimalLatitude` double precision, |
657 | 658 |
`decimalLongitude` double precision, |
658 | 659 |
`georeferenceValid` int(1), |
660 |
`isNewWorld` int(1), |
|
659 | 661 |
`distanceToCountry_km` double precision, |
660 | 662 |
`distanceToStateProvince_km` double precision, |
661 | 663 |
`plotName` text, |
Also available in: Unified diff
schemas/vegbien.sql: analytical_*: Added isNewWorld