sql/core_curr_rate.sql
authorEdward <edward@roojs.com>
Mon, 20 Oct 2014 08:34:28 +0000 (16:34 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Oct 2014 08:34:28 +0000 (16:34 +0800)
sql/core_curr_rate.sql

index 3d0ae6a..169edad 100644 (file)
@@ -3,7 +3,7 @@ CREATE  TABLE core_curr_rate (
     curr VARCHAR(255) NOT NULL DEFAULT '',
     rate DECIMAL(11, 8) NOT NULL DEFAULT 0,
     `from` DATETIME  NOT NULL DEFAULT '1900-01-01 00:00:00',
-    to DATETIME  NOT NULL DEFAULT '1900-01-01 00:00:00',
+    `to` DATETIME  NOT NULL DEFAULT '1900-01-01 00:00:00',
     PRIMARY KEY (id)
 );