Open VWagen1989 opened 19 hours ago
postgres=# create table test_t (id bigint primary key, t timestamp with time zone); CREATE TABLE postgres=# INSERT INTO test_t (id, t) VALUES (1, '2024-11-18 10:00:00'); INSERT 0 1 postgres=# select * from test_t; ERROR: unsupported type TIMESTAMPTZ (errno 1105) (sqlstate HY000)