Alexander
05/21/2019, 1:52 AMprisma deploy -e .env
, this process fail and i go to the logs in container, it show me this Encountered unknown SQL type timestamptz with column last login. IntrospectedColumn(last login,timestamptz,null,true)
. How can i fix this ? I am using postgres. Thanks for you helpbkstorm
05/21/2019, 7:36 AMtimestamp without time zone
, just a workaround.Alexander
05/22/2019, 7:11 PMtimestamp without time zone
works but i need to change all columns that have timestampz. Anywhere, thanks you.