Changes between Version 3 and Version 4 of Create table tmx


Ignore:
Timestamp:
May 20, 2010 11:17:40 AM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Create table tmx

    v3 v4  
    22CREATE TABLE temperature.tmx 
    33( 
    4   gridid character(5) NOT NULL, 
     4  gridid integer NOT NULL, 
    55  longitude numeric, 
    66  latitude numeric,