Bug 285551: Schema::Pg should explictly set "timestamp without time zone" and no fractions of seconds

Patch By Ed Sabol <edwardjsabol@iname.com> r=mkanat, a=justdave
This commit is contained in:
mkanat%kerio.com 2005-03-10 07:31:59 +00:00
parent 5325e72c91
commit 6c88de1ca2

View File

@ -60,7 +60,7 @@ sub _initialize {
LONGBLOB => 'bytea',
DATETIME => 'timestamp',
DATETIME => 'timestamp(0) without time zone',
};