phinx icon indicating copy to clipboard operation
phinx copied to clipboard

Postgres time type without time zone

Open dellert opened this issue 8 years ago • 1 comments

When I write this code

$this->table('table1')->changeColumn('time', 'time', ['null' => true, 'timezone' => false]);

I have PDO error You might need to specify "USING "time"::time without time zone".

How I can set type time for column without time zone?

dellert avatar Sep 01 '16 09:09 dellert

Maybe someone can help here?

dereuromark avatar Apr 11 '20 06:04 dereuromark