summaryrefslogtreecommitdiff
path: root/framework/Util/TPropelLogRoute.php
diff options
context:
space:
mode:
authorxue <>2006-04-03 13:25:29 +0000
committerxue <>2006-04-03 13:25:29 +0000
commite35934d2e5d3744a4405b87bb1a7b8730942cc14 (patch)
tree066d76488db39ceb5ca5de27c32e1d6c4205c9ac /framework/Util/TPropelLogRoute.php
parent940a53f12d6aa0984608b9b59d94723658dfd409 (diff)
Modified storage type of timestamp.
Diffstat (limited to 'framework/Util/TPropelLogRoute.php')
-rw-r--r--framework/Util/TPropelLogRoute.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/Util/TPropelLogRoute.php b/framework/Util/TPropelLogRoute.php
index 2ebbc561..5b3e45ed 100644
--- a/framework/Util/TPropelLogRoute.php
+++ b/framework/Util/TPropelLogRoute.php
@@ -45,7 +45,9 @@
* size="2048" />
* <column
* name="Time"
- * type="TIMESTAMP"/>
+ * type="FLOAT"
+ * size="6"
+ * scale="6" />
* </table>
* </code>
*