[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] timestamps with my MySQL in schema_proc
From: |
Michael Dean |
Subject: |
Re: [Phpgroupware-developers] timestamps with my MySQL in schema_proc |
Date: |
09 Jun 2003 18:41:40 -0500 |
Because I hate the timestamp datatype in MySQL. If you insert a NULL
into the field, it sets it to now(). This is obviously not desired
behavior.
http://www.mysql.com/doc/en/DATETIME.html
On Mon, 2003-06-09 at 13:50, address@hidden wrote:
> the schema_proc class for mysql translates fields that are defined as
> timestamps to datetime. Since MySQL knows the timestamp type, is there
> a reason for this?