diff options
Diffstat (limited to 'framework/Util/TPropelLogRoute.php')
-rw-r--r-- | framework/Util/TPropelLogRoute.php | 4 |
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>
*
|