diff options
author | jrags <> | 2006-04-05 02:00:58 +0000 |
---|---|---|
committer | jrags <> | 2006-04-05 02:00:58 +0000 |
commit | 87f0e27dc5bf7ac5695861c5ad7b5861540314b1 (patch) | |
tree | 3b87c5772b31c3f3e59d6950897f409a140ea249 | |
parent | 1ec38e5b6ae8678345227fdbe96adea8e4631a4c (diff) |
Modified storage type of timestamp.
-rw-r--r-- | framework/Util/TPropelLogRoute.php | 7 |
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>
*
|