|
From: Bruce M. <br...@mc...> - 2003-04-05 05:25:56
|
On Friday 04 April 2003 05:11 pm, ek...@ba... wrote: > Is there any reason that the "log_datetime" field is implemented as a > numeric data type (rather than Date or DateTime) in the LOG table in the > database? Yeah - it makes it easier to write the number of milliseconds from the epoch as opposed to futzing with all the different levels of support in the various databases. |