Changes between Version 3 and Version 4 of Create table tmx
- Timestamp:
- May 20, 2010 11:17:40 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Create table tmx
v3 v4 2 2 CREATE TABLE temperature.tmx 3 3 ( 4 gridid character(5)NOT NULL,4 gridid integer NOT NULL, 5 5 longitude numeric, 6 6 latitude numeric,