Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

PostgreSQL timezone format

$
0
0
Hello,

I'm creating an schema and after I'm generating with liquidbase the changelog.

All the conversion is perfectly accurate but timezone.

I'm executing manually:

CREATE TABLE my_super_secret_table_name
(
  creation timestamp without time zone,
  last_modification timestamp without time zone
)

This results in postgres in a field type timezone, but generateChangeLog is generating timezonez

Then, this type contains this conversion bug.

Is possible than you fix this, in order to fix the 1-1 conversion in the changelog?.


Viewing all articles
Browse latest Browse all 2993

Trending Articles