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 git-svn-id: svn://10.0.0.236/trunk@170503 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
aed7bf8ea4
commit
c35eb94cec
@ -60,7 +60,7 @@ sub _initialize {
|
||||
|
||||
LONGBLOB => 'bytea',
|
||||
|
||||
DATETIME => 'timestamp',
|
||||
DATETIME => 'timestamp(0) without time zone',
|
||||
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user