Tigrov / yii2-pgsql

Improved PostgreSQL schemas for Yii2
MIT License
34 stars 6 forks source link

Failed to parse time string #2

Closed sluchznak closed 7 years ago

sluchznak commented 7 years ago

Hello. Your package is awesome! But I found bug when try to execute migration

Exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (NULL::timestamp without time zone) at position 0 (N): The timezone could not be found in the database'
Tigrov commented 7 years ago

Hi, thanks for the report. The bug in the base class \yii\db\pgsql\Schema too. I'll send them a pull request to fix it.

Tigrov commented 7 years ago

Please check the fix, if everything fine I'll make new release.