summaryrefslogtreecommitdiff
path: root/framework/Util
diff options
context:
space:
mode:
authorjrags <>2006-04-05 02:00:58 +0000
committerjrags <>2006-04-05 02:00:58 +0000
commit87f0e27dc5bf7ac5695861c5ad7b5861540314b1 (patch)
tree3b87c5772b31c3f3e59d6950897f409a140ea249 /framework/Util
parent1ec38e5b6ae8678345227fdbe96adea8e4631a4c (diff)
Modified storage type of timestamp.
Diffstat (limited to 'framework/Util')
-rw-r--r--framework/Util/TPropelLogRoute.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/framework/Util/TPropelLogRoute.php b/framework/Util/TPropelLogRoute.php
index 5b3e45ed..13232951 100644
--- a/framework/Util/TPropelLogRoute.php
+++ b/framework/Util/TPropelLogRoute.php
@@ -45,9 +45,10 @@
* size="2048" />
* <column
* name="Time"
- * type="FLOAT"
- * size="6"
- * scale="6" />
+ * required="true"
+ * type="DOUBLE"
+ * size="14"
+ * scale="4" />
* </table>
* </code>
*